jigsaw-cli-2
v1.0.3
Published
This is a simple CLI utility to create NextJS apps with JigsawStack enabled AI capabilities! You can check out more at [JigsawStack docs.](https://docs.jigsawstack.com/introduction)
Downloads
8
Readme
Introduction
This is a simple CLI utility to create NextJS apps with JigsawStack enabled AI capabilities! You can check out more at JigsawStack docs.
Installation
To use this package, simple execute the followsing commands:
npm install -g jigsaw-cli-2
This command installs the package globally
And then, execute the following command to create a new project:
jigsawstack-cli new-app
Here, substitute
new-app
with your own project name.
You just need to add your JigsawStack API key to the .env.local
file and you're ready to go!