node-ff
Version:
A CLI for creating NodeJs projects
26 lines (20 loc) • 357 B
text/typescript
export const text = `
Meu projeto
Meu projeto em Nodejs......
......
# Instalação
{'```' + 'npm install' + '```'}
ou
{'```' + 'yarn install' + '```'}
# Como usar
Iniciando app:
{'```' + 'yarn dev' + '```'}
ou
{'```' + 'npm run dev' + '```'}
___
# Contributing
..........
# License
[MIT].....
Divirta-se 🗿🍷
`;