strapboot
v0.34.0
Published
An interactive, customizable project template
Downloads
19
Maintainers
Readme
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.