An open API service indexing awesome lists of open source software.

https://github.com/choojs/create-choo-electron

:electron: - Create a fresh Choo Electron application
https://github.com/choojs/create-choo-electron

Last synced: 12 months ago
JSON representation

:electron: - Create a fresh Choo Electron application

Awesome Lists containing this project

README

          

# create-choo-electron [![stability][0]][1]
[![npm version][2]][3] [![build status][4]][5]
[![downloads][8]][9] [![js-standard-style][10]][11]

Create a fresh Choo Electron application.

Development kindly funded by [nearForm](http://nearform.com/opensource).

## Features
- Zero configuration.
- Ready to be deployed out of the box.
- Low footprint UI using [Choo frontend framework](https://github.com/choojs/choo).

## Usage
```sh
$ npx create-choo-electron
```

## API
```txt
$ create-choo-electron [options]

Options:

-h, --help print usage
-v, --version print version
-q, --quiet don't output any logs

Examples:

Create a new Choo Electron application
$ create-choo-electron

Running into trouble? Feel free to file an issue:
https://github.com/choojs/create-choo-electron/issues/new

Do you enjoy using this software? Become a backer:
https://opencollective.com/choo
```

## License
[MIT](https://tldrlegal.com/license/mit-license)

[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
[2]: https://img.shields.io/npm/v/create-choo-electron.svg?style=flat-square
[3]: https://npmjs.org/package/create-choo-electron
[4]: https://img.shields.io/travis/choojs/create-choo-electron/master.svg?style=flat-square
[5]: https://travis-ci.org/choojs/create-choo-electron
[6]: https://img.shields.io/codecov/c/github/choojs/create-choo-electron/master.svg?style=flat-square
[7]: https://codecov.io/github/choojs/create-choo-electron
[8]: http://img.shields.io/npm/dm/create-choo-electron.svg?style=flat-square
[9]: https://npmjs.org/package/create-choo-electron
[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[11]: https://github.com/feross/standard