0.0.3 • Published 4 years ago

rmcra-files v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

rmcra-files

This CLI was created to clean the initial create-react-app useless files (and for fun, or course!). It removes the following files:

public/favicon.ico public/logo192.png public/logo512.png src/App.css src/index.css src/logo.svg src/App.test.js or tsx

And update the following files (imports and comments):

public/index.html src/App.js or tsx src/index.js or tsx

Parameters

To use this CLI on CRA projects, you can just run the following command:

rmcra-files clean 

If you are in a Typescript project, you can just add the parameter --typescript.

Commands

To see the commands available for each CLI, please run the CLI's name (e.g rmcra-files) and -h or --help (e.g rmcra-files -h or rmcra-files --help);

License

This project is licensed under the MIT License - see the LICENSE.md file for details