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
- Host: GitHub
- URL: https://github.com/congnv0330/create-congnv-template
- Owner: congnv0330
- Created: 2023-04-26T04:37:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T02:20:35.000Z (12 months ago)
- Last Synced: 2025-10-20T08:39:29.484Z (8 months ago)
- Topics: tool
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```