pearai-webapp-creator
v1.8.1
Published
CLI tool to scaffold PearAI web application template
Maintainers
Readme
PearAI Web App CLI
A command-line tool to scaffold PearAI web application template.
Installation
npm install -g pearai-webapp-creator
or
npx pearai-webapp-creator my-project-nameUsage
pearai-webapp-creator # Create a new project in the current directory
pearai-webapp-creator my-project-name # Create a new project in a specific directoryRequirements
- Node.js >= 18.0.0
- npm or yarn
License
MIT
DEV:
npm install
put your template in
templatefolderbump the version using command: npm version patch - increases the last number (1.6.7 -> 1.6.8) npm version minor - increases the middle number (1.6.7 -> 1.7.0) npm version major - increases the first number (1.6.7 -> 2.0.0) npm version 1.6.8 - set custome version
npm login
npm run publish-template
