nucleus-generator
v1.3.2
Published
Generate an atomic style guide from DocBlock annotations
Downloads
236
Maintainers
Readme
Home Page • Demo • Getting Started • Documentation
Nucleus is a living style guide generator for atomic css based components. It's a Node application parsing the source SCSS files and reading information from DocBlock annotations.
Quick start
A more detailed installation instruction can be found here.
Install globally (prefered):
npm install -g nucleus-generator
Inside your project root folder, create a configuration with:
nucleus init
Run nucleus:
nucleus
Open http://YOUR_LOCAL_DEV_URL/styleguide
.
Contributing
If you found a bug, please try to submit a pull request with a failing test. For new issues, please take note of the Contribution guidelines. Especially bug reports should at least contain required information.
Nucleus was developed by pirates from HolidayPirates and PirateTechnologies.
License
Nucleus is open-sourced software licensed under the MIT license.