🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

doz-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doz-cli

CLI for Doz

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

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-name

Start to developing

$ cd your-app-name
$ npm start

Editing client/app.js

Create a component

$ npx doz-cli component your-component-name

Start to developing

$ cd your-component-name
$ npm start

Write your component inside src/ folder

Create an Electron app

$ npx doz-cli electron your-app-name

Start to developing

$ cd your-app-name
$ npm start

Editing client/app.js

Create a plugin

$ npx doz-cli plugin your-plugin-name

Start to developing

$ cd your-plugin-name
$ npm start

Write 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

Keywords

doz

FAQs

Package last updated on 11 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts