bis

0.0.12 • Public • Published

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 -s

After 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 bis

Documentation

commands

  • bis list list your favorites files from website.
  • bis add add 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 help list commands for Bis.

License

M.I.T

Package Sidebar

Install

npm i bis

Weekly Downloads

7

Version

0.0.12

License

MIT

Last publish

Collaborators

  • obeza