Command line interface for Doz. With this tool you can create:
- Doz app
- Doz component
- Doz Electron app
- Doz plugin
$ npx doz-cli app your-app-name
Start to developing
$ cd your-app-name
$ npm start
Editing client/app.js
$ npx doz-cli component your-component-name
Start to developing
$ cd your-component-name
$ npm start
Write your component inside src/
folder
$ npx doz-cli electron your-app-name
Start to developing
$ cd your-app-name
$ npm start
Editing client/app.js
$ npx doz-cli plugin your-plugin-name
Start to developing
$ cd your-plugin-name
$ npm start
Write your plugin inside src/
folder
You can view the changelog here
doz-cli is open-sourced software licensed under the MIT license