An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# Fun CLI

![Npm Version](https://img.shields.io/npm/v/@happy-coders/fun-cli)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/happy-coders/fun-cli/CI)
[![Maintainability](https://api.codeclimate.com/v1/badges/a5c970b09bad2887a60a/maintainability)](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!