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
- Host: GitHub
- URL: https://github.com/choojs/create-choo-electron
- Owner: choojs
- License: mit
- Created: 2017-08-21T16:19:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T09:15:06.000Z (about 8 years ago)
- Last Synced: 2025-06-08T22:39:43.158Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 29
- Watchers: 19
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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