synaigy
v1.0.12
Published
Synaigy CLI Tool for generating projects from templates
Maintainers
Readme
Synaigy CLI
A command-line tool for generating projects from templates.
Installation
# Install globally
npm install -g synaigy
# or
yarn global add synaigy
# or
pnpm add -g synaigyUsage
Creating a new project
# Create a new project with the default Next.js template
synaigy create my-app
# Create a new project with a specific template
synaigy create my-app --template nextjsAvailable Templates
nextjs- A Next.js application with TypeScript and TailwindCSSovh-chatbot- A template for creating OVH chatbot projects
License
ISC © Synaigy
