iamso / strapboot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strapboot

An interactive project template.

Install

You can install it via NPM:

npm install -g strapboot

Usage

For a new project, create a new, empty directory. Then run the following commands and answer the questions:

cd /path/to/project/directory
strapboot

Gulp

You can start the main tasks with the following commands:

Task Description
npm start Runs the dev task. This also includes the watch task.
npm run dist Runs the dist task.

Check the gulpfile for further information.

Caveat

Support for IE and early Edge versions (before Chromium) has been dropped added back again, but still, use at your own risk.

License

MIT License

About

License:MIT License


Languages

Language:JavaScript 34.3%Language:HTML 32.9%Language:SCSS 32.8%