clean-my-workspace
v1.1.0
Published
Clean your NodeJS Workspace
Downloads
3
Readme
Clean My Workspace
What is this?
If you like me, you probalby have your "Workspace" or "Projects" folder full with half baked projects, experiments, or other creations.
The goal of Clean My Workspace is help you oversee your own chaos with magical features like:
- Listing when was the last time you made any modifications
- Checking that the project has any repository in it's package.json
- Clean up node_modules folder and free up some space
- And other more exciting ones, wich I didn't figured out yet.
Sounds awesome! What's next?
$ npm i clean-my-workspace -g
$ cmw
# Follow the instructions
# Wait until the server starts, then open your browser at: http://localhost:3000
Running locally
$ npm start
# Follow the instructions
# Wait until the server starts, then open your browser at: http://localhost:3000
Contribution
Any contribution is very well welcomed, feel free to open a pull request at any time. Your ideas are also welcomed, please open an issue with the label: 'enhancement'.