raypatterson / bic

:fire:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bic

Bic website packaging framework repository.

Usage

npm install -D bic-cli

In your package.json add:

{
	...
	"scripts": {
		"dev": "bic",
		"build": "bic --clean --production"
	}
}

To open in your default browser, use the --open flag. To see debug level logs, use the --debug flag.

Development

npm install

# Will be done by the time you get back from a ☕ break.
npm run bootstrap

# Will open the hideous demo site.
npm run demo

# Will open an interactive list of all NPM scripts.
npm run ls

About

:fire:


Languages

Language:JavaScript 94.8%Language:CSS 2.6%Language:HTML 2.6%