0.1.4 • Published 6 years ago

visio v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

🚀visio

Open Source Love Open Source Love PRs Welcome

Introduction

visio is a command line utility for storing and managing Open Source ideas. Comes in handy when you have an idea, but no time to implement it. Store it with visio and come back to it anytime.

Getting Started

First, install visio globally through NPM:

npm install --g visio

Then, visio should be accessible.

Commands

visio comes with a few different commands to manage your ideas with.

  • visio new Gives you a nice prompt to add a new project idea.
  • visio list Lists your stored project ideas, showing the name and the difficulty.
  • visio view <project-idea-name> Gives you a nice prompt to add a new project idea.
  • visio remove/delete <project-idea-name> Deletes the given project idea.
  • visio finish <project-idea-name> Finishes a project idea.
  • visio help Shows the help information for visio

Contributing

All contributions to visio are welcome. Help me make this project awesome!

License

  • MIT