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

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.

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)