https://github.com/authink/bottlejs
https://github.com/authink/bottlejs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/authink/bottlejs
- Owner: authink
- License: mit
- Created: 2024-03-12T01:38:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T13:10:41.000Z (over 2 years ago)
- Last Synced: 2025-10-12T19:51:26.798Z (9 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@authink/bottlejs
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @authink/bottlejs
A react library developed with dumi
## Usage
TODO
## Options
TODO
## Development
```bash
# install dependencies
$ pnpm install
# develop library by docs demo
$ pnpm start
# build library source code
$ pnpm run build
# build library source code in watch mode
$ pnpm run build:watch
# build docs
$ pnpm run docs:build
# check your project for potential problems
$ pnpm run doctor
```
## LICENSE
MIT