linkorb/stylex
Composer 安装命令:
composer require linkorb/stylex
包简介
Toolkit for managing style-guides, policies and rule-books
README 文档
README
Styleguide toolkit for X (everything)
Use-cases:
- Language styleguides (i.e. php, javascript, markdown, etc)
- Organization specific coding conventions
- File formatting styleguides (i.e. whitepace usage in YAML files, etc)
- Technical writing style guide
- Tone-of-Voice style guide
- Branding style guide (usage of logos, brand colors, fonts, etc)
Usage
Globally install stylex through composer:
composer global require linkorb/stylex
Now cd into a -style-guide directory and run:
stylex template path-to-my-templates build/
The template command will load the style guide files (yaml, json, md, etc) from the current directory, and run them through the (handlebars) templates in your template directory.
The generated output files will be saved in build/
Example
Check out the example/ directory.
To build this style-guide, simply run:
cd example/
../bin/stylex template ../templates/basic/ build/
open build/index.md
Awesome style guides:
- StyleGuide.io
- Mailchimp's Content Style Guide
- Atlassian Design
- Atlassian Product Style Guide
- Google Developer Documentation Style Guide
Want to suggest other awesome style guides for this sections? Just send a PR!
License
MIT (see LICENSE.md)
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-28