View on GitHub
Download this project as a .zip file Download this project as a tar.gz file

Backkick

Command line tool to link css and js files


Installation

$ npm install backkick

Purpose

Are you tired of hacing to type <!DOCTYPE html> and linking all your css and js files to your html file?

Backkick will do it for you, it will even create a html file if you don't have one!


Usage

$ backkick options

Options

You can only use 1 of the 2 options:

1. path/to/folder

This will run backkick on the folder provided. If leave blank or use library option instead, backkick will run on the folder of which you are at on the terminal.

$ backkick /Users/someone/Desktop/myproject 

2. [libraries]

This option will download and link the libraries listed inside [] separated by ,

Avalaible libraries: normalize ; jquery ; angular ; dojo ; ext ; mootools ; three ; backbone ; yue

$ backkick [jquery,normalize,yue]

Changelog

0.0.5

0.0.3

0.0.2

0.0.1


Contributers

Project Github Github Backkick

Creator @vietminhle