finite
v1.0.32
Published
F-init-E
Readme
Finite (F-init-E)
A web front-end project one command constructing tool.
Install
sudo npm install finite -gCreate a new angular project
mkdir YOUR_PROJECT_NAME
cd YOUR_PROJECT_NAME
finite install angular-helloworldMAKE Tools
Install global dependencies into your system, such as "node-sass", "bower", or "eslint".
make global-dependenciesInstall project dependencies with bower.json or package.json.
make bower_components
make node_modulesExecute some building tasks with webspoon.
make rev
make usemin
make watchParse php files, and output to dist.
make phpCheck coding styles with eslint.
make lintUnit building.
.js.loader := babel
.scss.processor := node-sass $$src -d $$distmake src/a.js # cat $$src | babel > $$distmake src/a.scss # node-sass $$src -d $$dist