An open API service indexing awesome lists of open source software.

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.*

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).