# doz-cli

> CLI for Doz

Latest version **1.1.1** (published 2019-11-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install doz-cli
pnpm add doz-cli
yarn add doz-cli
bun add doz-cli
```

Provides the command `doz`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2019-11-11 |
| First published | 2018-07-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 27.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Fabio Ricali |
| Maintainers | fabioricali |
| Keywords | doz, cli |

## Links

- npm: https://www.npmjs.com/package/doz-cli
- Repository: https://github.com/dozjs/doz-cli
- Homepage: https://github.com/dozjs/doz-cli#readme
- Issues: https://github.com/dozjs/doz-cli/issues
- npm.io page: https://npm.io/package/doz-cli

## Dependencies (7)

- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [clear](https://npm.io/package/clear.md) ^0.1.0
- [figlet](https://npm.io/package/figlet.md) ^1.2.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^7.0.0
- [commander](https://npm.io/package/commander.md) ^2.16.0
- [replace-in-file](https://npm.io/package/replace-in-file.md) ^3.4.0
- [download-git-repo](https://npm.io/package/download-git-repo.md) ^1.0.2

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2019-11-11
- 1.1.0 — 2019-04-06
- 1.0.2 — 2018-08-13
- 1.0.1 — 2018-08-09
- 1.0.0 — 2018-08-08
- 0.1.1 — 2018-08-06
- 0.1.0 — 2018-07-22

## README

# 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 <a target="_blank" href="https://github.com/dozjs/doz-cli/blob/master/CHANGELOG.md">here</a>

## License
doz-cli is open-sourced software licensed under the <a target="_blank" href="http://opensource.org/licenses/MIT">MIT license</a>

## Author
<a target="_blank" href="http://rica.li">Fabio Ricali</a>

---
_Source: https://npm.io/package/doz-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
