1.1.1 • Published 6 years ago
doz-cli v1.1.1
doz-cli
Command line interface for Doz. With this tool you can create:
- Doz app
- Doz component
- Doz Electron app
- Doz plugin
Create an app
$ npx doz-cli app your-app-nameStart to developing
$ cd your-app-name
$ npm startEditing client/app.js
Create a component
$ npx doz-cli component your-component-nameStart to developing
$ cd your-component-name
$ npm startWrite your component inside src/ folder
Create an Electron app
$ npx doz-cli electron your-app-nameStart to developing
$ cd your-app-name
$ npm startEditing client/app.js
Create a plugin
$ npx doz-cli plugin your-plugin-nameStart to developing
$ cd your-plugin-name
$ npm startWrite your plugin inside src/ folder
Changelog
You can view the changelog here
License
doz-cli is open-sourced software licensed under the MIT license
Author
Fabio Ricali