0.0.12 • Published 10 years ago
bis v0.0.12
Bis
Manage your bookmarks for files to download
Bis is a simplistic NodeJS command that will download file from a bookmarks that you can manage.
Example :
- You just want jquery.min.js in your folder : libs, Bis will bring to you only the file you want.
New feature in 0.0.12 :
Now, your bookmark is in home/bis/data.json. Now ,you can save it !
New feature in O.O.11 :
$ bis dl angular -sAfter downloading the file, Bis will add <script type="text/javascript" src="./angular.min.js"></script> in your index.html. ( if you have <!--bis-script--> in your index.html file. )
Install
Install Bis globally with:
$ npm i -g bisDocumentation
commands
bis listlist your favorites files from website.bis addadd a url for a file in your favorite's list.bis rm <name>remove a url in your favorite.bis dl <name> [directory] [-s]download your file in the directory. With -s, Bis will add a javascript tag with a link to your file.bis helplist commands for Bis.
License
M.I.T