https://github.com/steelydylan/atomic-lab
Styleguide Generator based on partial templates ( html / ejs / haml )
https://github.com/steelydylan/atomic-lab
ejs generator haml jade npm react redux styleguide styleguide-generator
Last synced: 2 months ago
JSON representation
Styleguide Generator based on partial templates ( html / ejs / haml )
- Host: GitHub
- URL: https://github.com/steelydylan/atomic-lab
- Owner: steelydylan
- License: mit
- Created: 2016-02-06T17:45:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T16:15:39.000Z (about 3 years ago)
- Last Synced: 2025-02-09T00:02:14.633Z (2 months ago)
- Topics: ejs, generator, haml, jade, npm, react, redux, styleguide, styleguide-generator
- Language: JavaScript
- Homepage: https://steelydylan.github.io/atomic-lab/
- Size: 17.6 MB
- Stars: 43
- Watchers: 5
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Atomic Lab.](http://steelydylan.github.io/atomic-lab/)
Styleguide generator based on atomic design built with React, Redux
## Screenshot
## Demo
You can try it out from here[demo with ejs](http://steelydylan.github.io/atomic-lab/demo/ejs/)
[demo with html](http://steelydylan.github.io/atomic-lab/demo/html/)
## Features
- it supports haml, ejs and jade.
- it supports scss, less and stylus
- define custom-element by enclosing with template tags## Installation
```
$ npm install atomic-lab --save-dev
```## Build Styleguide
via npx
```
$ npx atomic-lab build
```or $(npm bin)
```
$ $(npm bin)/atomic-lab build
```## Update Atomic Lab
via yarn and npx
```
$ yarn add atomic-lab
$ npx atomic-lab update
```or $(npm bin)
```
$ npm install atomic-lab --save-dev
$ $(npm bin)/atomic-lab update
```## Documentation
[https://steelydylan.github.io/atomic-lab/docs/](https://steelydylan.github.io/atomic-lab/docs/)## Attribution
We use some icons created by http://patternlab.io/
![]()
![]()
![]()
## License
MIT License