This is a plugginable cli tool to develop and manage a Webiny project.
Get our Webiny Installer to quickly setup a Webiny project and begin developing.
In your project folder...
yarn add webiny-cli
Now run the webiny-cli using one of the following approaches:
- Run the cli using a binary in
node_modules/.bin - Run by adding a script to your
package.jsonand simplyyarn webiny-clito get started:
{
"scripts": {
"webiny-cli": "node node_modules/webiny-cli/bin/webiny-cli.js"
}
}