https://github.com/peeeuzin/personal-template
My personal node template.
https://github.com/peeeuzin/personal-template
cli nodejs template
Last synced: 4 months ago
JSON representation
My personal node template.
- Host: GitHub
- URL: https://github.com/peeeuzin/personal-template
- Owner: peeeuzin
- Created: 2022-04-02T23:39:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T23:55:59.000Z (about 3 years ago)
- Last Synced: 2024-04-25T11:22:36.696Z (about 1 year ago)
- Topics: cli, nodejs, template
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@pedrinfx/template
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal template
Hi! This repo is my personal node template.# How to install
```
npm install -g @pedrinfx/template
```# How to use
Start with the following command:
```
pedrinfx
```
And follow the console instructions.To create project with path use:
```
pedrinfx
```# Techs used
- [TypeScript](https://www.typescriptlang.org/)
- [Inquirer](https://www.npmjs.com/package/inquirer)
- [ejs](https://www.npmjs.com/package/ejs)