UNPKG

react-cleanup-cli

Version:

Ever wanted a tool that creates a React project for you with all the clutter removed? Vite is a great bundling tool that sets up a React Project quickly. But for those of us who don't want any of the boilerplate css or jsx or to remove the svgs it has to

3 lines (2 loc) 76 B
#!/usr/bin/env node export type messageColor = "red" | "green" | "magenta";