boiler-room
v1.2.1
Published
I have a strong set of opinions. I like: - [PostCSS](http://github.com/postcss) - [SUITCSS](http://suitcss.github.io) - [ES6](http://exploringjs.com) - [SVG Icons](https://css-tricks.com/svg-use-external-source/) - Injecting CSS upon change - Instant relo
Downloads
9
Maintainers
Readme
BOILER ROOM
I have a strong set of opinions. I like:
I want to be able to start a project quickly. If you're with me on these things, you've found what you're looking for.
INSTALLATION
npm i
USE
to develop
npm start
to build
npm run build
to clean
npm run clean
to change namespace
"package.json": {
"config": {
"namespace": "your-namespace"
}
}
TODO
- git commit hook to enforce code style