0.0.12 • Published 10 years ago

bis v0.0.12

Weekly downloads
17
License
MIT
Repository
github
Last release
10 years ago

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

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago