Be your project management more fun!
npm install @happy-coders/fun-cli!Npm Version
!GitHub Workflow Status

Open your projects in the most fun way possible! With fun-cli you can manage your projects adding funny aliases and a list of tasks to execute when the project open.
- Open project in VSCode
``sh`
npm i -g @happy-coders/fun-cli
Run the command fun add . E.g.:
`sh`
fun add awesome:api --path ~/Projects/awesome/api
You'll be asked to choose some tasks. Choose it like your preferences and you are ready to play!
Call a created project running fun with . E.g.:
`sh`
fun with awesome:api
Your chosen tasks should be executed!
Run the command fun list to list your created projects.
Run the command fun delete
Improve this package adding more funny tasks! PRs are WEEELCOME!