@happy-coders/fun-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.2 • Public • Published

Fun CLI

Npm Version GitHub Workflow Status 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

npm i -g @happy-coders/fun-cli

Usage

Adding projects

Run the command fun add <project-alias> --path <project-absolute-path>. E.g.:

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 <project-alias>. E.g.:

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 <project-alias> and confirm to delete some project.

Contributing

Improve this package adding more funny tasks! PRs are WEEELCOME!

Package Sidebar

Install

npm i @happy-coders/fun-cli

Weekly Downloads

8

Version

1.0.0-beta.2

License

MIT

Unpacked Size

54 kB

Total Files

65

Last publish

Collaborators

  • sam.martins