A web front-end project one command constructing tool.
sudo npm install finite -g
mkdir YOUR_PROJECT_NAME
cd YOUR_PROJECT_NAME
finite install angular-helloworld
Install global dependencies into your system, such as "node-sass", "bower", or "eslint".
make global-dependencies
Install project dependencies with bower.json or package.json.
make bower_components
make node_modules
Execute some building tasks with webspoon.
make rev
make usemin
make watch
Parse php files, and output to dist.
make php
Check coding styles with eslint.
make lint
Unit building.
.js.loader := babel
.scss.processor := node-sass $$src -d $$dist
make src/a.js # cat $$src | babel > $$dist
make src/a.scss # node-sass $$src -d $$dist