Skip to content

colomfernando/project-generator-cli

Repository files navigation

GitHub package.json version GitHub issues License: MIT

Welcome to project-generator-cli 👋

Cli that creates a new project based on templates

Demo

alt text

Templates

The templates are inside the folder with the same name. To list the template options, just add them inside the folder

templates/
├─ base-react-webpack/
├─ base-package/
`

Dynamic names or variables

If you need to rename folders or files with the name of your app, you can create them within your template with the syntax {{projectName}}. This variable will be replaced with the name of the project you created. This is also valid to be able to replace texts within the content of a file.

templates/
├─ base-react-webpack/
├─ base-package/
│  ├─ {{projectName}}/
`

Languages and Tools:

nodejs typescript


Connect with me:

colomfernando.dev colom_fernando colomfernando 48753

About

cli tool to create a new project based in a template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published