1.0.4 • Published 2 years ago

petor v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

petor

petor is a project generator that generates a custom project built beforehand.

Installation

  • npm: npm install -g petor
  • yarn: yarn global add petor

Note: You may need to add npm or yarn global bin path in your PATH environment variable.

Usage

petor generates a project from the templates directory.

petor --generate backend

By default, project is generated with the name same as the template name. You can generate the project with custom name as,

petor --generate backend restapi

You can check the existing templates as,

petor --list

You can add your own templates to the path indicated by the,

petor --get-template-dir

Build

  • git clone https://github.com/bigyanse/petor.git
  • cd petor
  • yarn install or npm install
  • yarn build or npm run build
  • Then you can run the program with node . or node ./dist/src/cli.js
1.0.2

2 years ago

1.0.1

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

3 years ago