rmcra-files
v0.0.3
Published
rmcra-files CLI. Use it to remove the initial useless files which create-react-app creates for you :)
Downloads
2
Maintainers
Readme
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