Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenjiahan/rslib-repro-cjs-export
https://github.com/chenjiahan/rslib-repro-cjs-export
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenjiahan/rslib-repro-cjs-export
- Owner: chenjiahan
- Created: 2024-10-31T06:12:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T06:14:24.000Z (3 months ago)
- Last Synced: 2024-10-31T07:19:11.373Z (3 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rslib Project
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Build the library:
```bash
pnpm build
```Build the library in watch mode:
```bash
pnpm build --watch
```