ardcore / new.js

NodeJS shell script using initializr/html5boilerplate API to quickly generate project setups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS shell script using initializr/html5boilerplate API to quickly generate project setups.

What it does:

	Install: npm install new (or clone this repo)

	Usage: new.js <project_name> [option1, option2...]
	 * Boilerplate: boilerplate
	 * JavaScript: no-js, no-jq, jqdev
	 * IE support: no-cond, oldie
	 * Mobile support: hand
	 * HTML5 Compatibilty: shiv, no-compat
	 * Server config: htaccess, webconfig, nginx
	 * Statistics: analytics

	Example: new.js test no-jq no-cond hand no-compat
	See http://html5boilerplate.com/ and http://initializr.com/ for more detail.

Requirements: NodeJS, curl, unzip, git.

About

NodeJS shell script using initializr/html5boilerplate API to quickly generate project setups.


Languages

Language:JavaScript 100.0%