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

https://github.com/congnv0330/create-congnv-template

Quick generate congnv template
https://github.com/congnv0330/create-congnv-template

tool

Last synced: 3 months ago
JSON representation

Quick generate congnv template

Awesome Lists containing this project

README

          

# CONGNV TEMPLATE
> **Requires** [Node.js](https://nodejs.org/en/) version 18+. **Requires** [Git](https://git-scm.com/) installed.

## Run
With NPM:

```bash
npm create @congnv0330/template@latest
```

With YARN:

```bash
yarn create @congnv0330/template
```

## Develop

Install package
```
npm install
npm run dev
node index.js
```