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

https://github.com/mayandev/cli-template

A node cli template.
https://github.com/mayandev/cli-template

Last synced: 11 months ago
JSON representation

A node cli template.

Awesome Lists containing this project

README

          

# 🔮 cli-template

一个用于编写 node 命令行工具的模版仓库,集成 [husky](https://github.com/typicode/husky) 以及 [prettier](https://prettier.io/) 配置。

## Develop

```bash
$ npm install
$ node bin/main.js
```

![image-20210116173349410](https://mayandev.oss-cn-hangzhou.aliyuncs.com/uPic/image-20210116173349410.png)