pearai-webapp
v1.4.0
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-webappOr use npx:
npx pearai-webapp my-project-nameUsage
# Create a new project in the current directory
pearai-webapp
# Create a new project in a specific directory
pearai-webapp my-project-nameRequirements
- Node.js >= 18.0.0
- npm or yarn
License
MIT
DEV:
- put your template in
templatefolder - bump the version in package.json and index.ts before publishing new verisions.
npm install npm run build npm login npm publish
