1.0.1 • Published 7 years ago

plancapsule v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Plan Capsule

npm version

It's like a time capsule for your plans!

Little command-line utility for quickly writing down the brilliant ideas you come up with when you have much more pressing things to be doing. Open it up, add your new plan, and go back to whatever you were doing. Then, sometime in the future, you can open up your list and come back to it.

Not recommended for use in the shower.

Install

Requires node.js and node package manager (npm).

via npm

npm install --global plancapsule

From source

Clone this repository:

git clone https://github.com/cranndarach/plancapsule.git

To install normally (so that you can use plancapsule from anywhere in the terminal):

cd plancapsule
npm install -g

To install just the dependencies (for development):

cd plancapsule
npm install

License

This project is licensed under the terms of the MIT license, copyright (c) 2017 R. Steiner. Please use it, share it, and build on it as you like, with credit. See LICENSE for more details.