https://github.com/markthree/use-app-config
use app.config.*
https://github.com/markthree/use-app-config
Last synced: about 1 year ago
JSON representation
use app.config.*
- Host: GitHub
- URL: https://github.com/markthree/use-app-config
- Owner: markthree
- License: mit
- Created: 2024-12-10T08:07:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T09:18:07.000Z (over 1 year ago)
- Last Synced: 2025-03-26T18:54:53.964Z (about 1 year ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-lib-starter
开箱即用的 `node` 库模板
## features 🦕
- [pnpm](https://github.com/pnpm/pnpm)
- [udeno](https://github.com/dishait/udeno)
- [vitest](https://github.com/vitest-dev/vitest)
- [unbuild](https://github.com/unjs/unbuild)
- [TypeScript](https://github.com/microsoft/TypeScript)
## Usage 🦖
### install
```shell
pnpm i
```
### test
```shell
pnpm test
# or pnpm test:watch
```
### build
```shell
pnpm build
# pnpm build:stub 打包插桩
# pnpm build:udeno 打包 deno 包
# pnpm build:esm 仅打包 esmodule
# pnpm build:cjs 仅打包 commonjs
```
### coverage
```shell
pnpm coverage
```
### dev
```shell
pnpm dev
```
### release
```shell
pnpm release
```
### play
```shell
pnpm play
```
### play
```shell
pnpm play
```
## License
Made with [name](https://github.com/name)
Published under [MIT License](./LICENSE).