All Projects → steelydylan → atomic-lab

steelydylan / atomic-lab

Licence: MIT license
Styleguide Generator based on partial templates ( html / ejs / haml )

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to atomic-lab

layouts
Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.
Stars: ✭ 28 (-31.71%)
Mutual labels:  jade, ejs
Template.js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
Stars: ✭ 1,201 (+2829.27%)
Mutual labels:  jade, ejs
Generator Hexo Theme
Generate a hexo theme: ejs, pug, swig, nunjucks | Moved to https://tcrowe.commons.host/contact
Stars: ✭ 119 (+190.24%)
Mutual labels:  jade, ejs
Javascript
JavaScript Style Guide
Stars: ✭ 117,286 (+285963.41%)
Mutual labels:  styleguide
tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
Stars: ✭ 381 (+829.27%)
Mutual labels:  styleguide
styleguide
A living styleguide powering the Mapzen brand (TM)
Stars: ✭ 13 (-68.29%)
Mutual labels:  styleguide
WebAppReader
基于 html5 、 Vue.js 、 Koa、Node.js 以及 EJS 的手机小说阅读器。使用 node.js 模拟后台数据,无实际后台,完全的前后端分离开发。
Stars: ✭ 15 (-63.41%)
Mutual labels:  ejs
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+164400%)
Mutual labels:  styleguide
TradeByte
💸 TradeByte - Stocks Trading Simulation WebApp
Stars: ✭ 30 (-26.83%)
Mutual labels:  ejs
tale-pug
Tale Pug is the popular JavaScript Template Engine Pug, formerly Jade, for PHP!
Stars: ✭ 32 (-21.95%)
Mutual labels:  jade
HIMS
Hospital Information Management System create using Node Js
Stars: ✭ 41 (+0%)
Mutual labels:  ejs
Sitegeist.Monocle
An fusion based styleguide implementation for Neos
Stars: ✭ 46 (+12.2%)
Mutual labels:  styleguide
git-diff-lint
Lint only the files your branch touches
Stars: ✭ 36 (-12.2%)
Mutual labels:  styleguide
pattern-library
AXA CH UI component library. Please share, comment, create issues and work with us!
Stars: ✭ 103 (+151.22%)
Mutual labels:  styleguide
awesome-python-code-formatters
A curated list of awesome Python code formatters
Stars: ✭ 168 (+309.76%)
Mutual labels:  styleguide
Nodebestpractices
✅ The Node.js best practices list (December 2021)
Stars: ✭ 72,734 (+177300%)
Mutual labels:  styleguide
styleguide
Official code style guide of Banksalad
Stars: ✭ 91 (+121.95%)
Mutual labels:  styleguide
suomifi-ui-components
Suomi.fi-styleguide in React components
Stars: ✭ 28 (-31.71%)
Mutual labels:  styleguide
hyouka
Um bot open-source com dashboard incluída
Stars: ✭ 12 (-70.73%)
Mutual labels:  ejs
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (+46.34%)
Mutual labels:  ejs

Atomic Lab.

Styleguide generator based on atomic design built with React, Redux

Screenshot

Demo

You can try it out from here

demo with ejs

demo with 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/

Attribution

We use some icons created by http://patternlab.io/

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].