tk-cli
v0.1.0
Published
A custom cli for publishing and stuff
Downloads
6
Readme
tk-cli
what is tk-cli? it's a simple solution to bump your project tag and publish it to npmjs.com
Install
npm install -g tk-cli
Run
tk-cli publish
TO-DO
- [x] read package.json and bump version there;
- [x] ask user to log in to npm adduser if not logged in. (does not ask, it breaks if not logged but tell the user how to fix);
- [ ] add .tk-clirc;
- [ ] option to just add tag;
- [ ] option to never publish to npm;
- [ ] option to never try to find an package.json.