https://github.com/nnecec/gcd
Generate Components Document
https://github.com/nnecec/gcd
antd docz rollup typescript
Last synced: about 2 months ago
JSON representation
Generate Components Document
- Host: GitHub
- URL: https://github.com/nnecec/gcd
- Owner: nnecec
- License: mit
- Created: 2018-08-13T11:01:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T12:17:41.000Z (almost 7 years ago)
- Last Synced: 2025-08-22T02:25:06.834Z (11 months ago)
- Topics: antd, docz, rollup, typescript
- Language: TypeScript
- Homepage:
- Size: 635 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GCD
Generate Components Documents.
## Why?
To build components library and generate comprehensive documentation through a easy way.
We use these tools:
- [docz](https://github.com/pedronauck/docz): Components documentation website
- TypeScript: Better development experience
- Jest: Test components
- Rollup: Build and export clean library
## Get Started
### dev
`yarn start` and open your browser : `localhost:3005`
### build
`yarn build`