Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingderwang/ericasdk
npm -g i @muzamint/erica
https://github.com/mingderwang/ericasdk
erica
Last synced: about 1 month ago
JSON representation
npm -g i @muzamint/erica
- Host: GitHub
- URL: https://github.com/mingderwang/ericasdk
- Owner: mingderwang
- License: mit
- Created: 2023-12-06T04:37:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T09:35:28.000Z (about 1 year ago)
- Last Synced: 2023-12-07T05:32:30.946Z (about 1 year ago)
- Topics: erica
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bun starter
## Getting Started
Click the [Use this template](https://github.com/wobsoriano/bun-lib-starter/generate) button to create a new repository with the contents starter.
OR
Run `bun create wobsoriano/bun-lib-starter ./my-lib`.
## Setup
```bash
# install dependencies
bun install# test the app
bun test# build the app, available under dist
bun run build
```## License
MIT