Last Updated: February 25, 2016
·
348
· pixeladed

Initialise your website with Backkick

Backkick

Backkick is a great way to initialise your website. It's a Nodejs Command Line Tool to link your css and js files to the main index.html or even create one if you don't have any html files. It also have option to download popular libraries via cdn.

Install:

$ npm install backkick

Usage:

$ backkick options

Options:

$ backkick path/to/your/folder

or

$ backkick [jquery,normalize,yue]

Download jquery.js, normalize.css and yue.css and add it to your html files

LINK: http://pixeladed.github.io/Backkick/