https://github.com/guoyunhe/react-doc-kit
https://github.com/guoyunhe/react-doc-kit
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guoyunhe/react-doc-kit
- Owner: guoyunhe
- License: mit
- Created: 2023-03-18T06:34:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T16:27:30.000Z (about 2 years ago)
- Last Synced: 2025-01-10T17:39:36.553Z (5 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# react-doc-kit
## Install
### Run directly
```bash
npx react-doc-kit
```### Install on system
```bash
npm i -g react-doc-kit
%binName%
```### Install in project
```bash
npm i -D react-doc-kit
```Add script entry:
```json
{
"scripts": {
"%binName%": "%binName%"
}
}
```Run:
```bash
npm run %binName%
```## Options
### `--help`
Show help
### `--version`
Show version