# create-viteron-app

> Create viteron (vite + electron) apps in one command

Latest version **1.0.0** (published 2020-12-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-viteron-app
pnpm add create-viteron-app
yarn add create-viteron-app
bun add create-viteron-app
```

Provides the command `create-viteron-app`.

## 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.0.0 |
| Published | 2020-12-01 |
| First published | 2020-12-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 8 KB |
| Known vulnerabilities | 0 (+19 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Shiono Yoshihide |
| Maintainers | saltyshiomix |
| Keywords | viteron, electron, vite, vue, vuejs, vue.js, create-viteron-app |

## Links

- npm: https://www.npmjs.com/package/create-viteron-app
- Repository: https://github.com/saltyshiomix/create-viteron-app
- Issues: https://github.com/saltyshiomix/create-viteron-app/issues
- npm.io page: https://npm.io/package/create-viteron-app

## Dependencies (7)

- [arg](https://npm.io/package/arg.md) 5.0.0
- [got](https://npm.io/package/got.md) 11.8.0
- [ora](https://npm.io/package/ora.md) 5.1.0
- [tar](https://npm.io/package/tar.md) 6.0.5
- [chalk](https://npm.io/package/chalk.md) 4.1.0
- [make-dir](https://npm.io/package/make-dir.md) 3.1.0
- [@octokit/rest](https://npm.io/package/@octokit/rest.md) 18.0.9

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2020-12-01

## README

<p align="center">
  <a href="https://www.npmjs.com/package/create-viteron-app">
    <img src="https://img.shields.io/npm/v/create-viteron-app.svg">
  </a>
  <a href="https://www.npmjs.com/package/create-viteron-app">
    <img src="https://img.shields.io/npm/dt/create-viteron-app.svg">
  </a>
</p>

Create [vite](https://github.com/vitejs/vite) + electron apps in one command ⚡

## Usage

### With Npm

```bash
# `with-javascript` example
$ npm init viteron-app my-app

# `with-typescript` example
$ npm init viteron-app my-app --example with-typescript

# `xxx` example
$ npm init viteron-app my-app --example xxx
```

### With Yarn

```bash
# `with-javascript` example
$ yarn create viteron-app my-app

# `with-typescript` example
$ yarn create viteron-app my-app --example with-typescript

# `xxx` example
$ yarn create viteron-app my-app --example xxx
```

## Examples

<https://github.com/saltyshiomix/viteron/tree/master/examples>

## Related

[viteron](https://github.com/saltyshiomix/viteron) - ⚡ vite + electron ⚡

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