0.1.4 • Published 8 years ago
visio v0.1.4
🚀visio
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 visioThen, visio should be accessible.
Commands
visio comes with a few different commands to manage your ideas with.
visio newGives you a nice prompt to add a new project idea.visio listLists 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 helpShows the help information for visio
Contributing
All contributions to visio are welcome. Help me make this project awesome!
License
- MIT