Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/authink/bottlejs
https://github.com/authink/bottlejs
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/authink/bottlejs
- Owner: authink
- License: mit
- Created: 2024-03-12T01:38:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T13:10:41.000Z (8 months ago)
- Last Synced: 2024-10-31T21:36:40.191Z (15 days 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