https://github.com/happy-coders/fun-cli
Open your projects in the most fun way possible!
https://github.com/happy-coders/fun-cli
cli fun happycoding project-management
Last synced: 16 days ago
JSON representation
Open your projects in the most fun way possible!
- Host: GitHub
- URL: https://github.com/happy-coders/fun-cli
- Owner: happy-coders
- License: mit
- Created: 2020-10-28T13:05:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T22:05:48.000Z (over 3 years ago)
- Last Synced: 2025-10-04T07:17:29.959Z (8 months ago)
- Topics: cli, fun, happycoding, project-management
- Language: TypeScript
- Homepage: https://github.com/happy-coders/fun-cli
- Size: 1020 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fun CLI


[](https://codeclimate.com/github/happy-coders/fun-cli/maintainability)
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.
## Tasks
- Open project in VSCode
## Install
```sh
npm i -g @happy-coders/fun-cli
```
## Usage
### Adding projects
Run the command `fun add --path `. 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!
### Run the project
Call a created project running `fun with `. E.g.:
```sh
fun with awesome:api
```
Your chosen tasks should be executed!
### List projects
Run the command `fun list` to list your created projects.
### Deleting projects
Run the command `fun delete ` and confirm to delete some project.
## Contributing
Improve this package adding more funny tasks! PRs are WEEELCOME!