https://github.com/mono-js/create-mono-app
Create a Mono app in seconds
https://github.com/mono-js/create-mono-app
create-mono-app mono
Last synced: 2 months ago
JSON representation
Create a Mono app in seconds
- Host: GitHub
- URL: https://github.com/mono-js/create-mono-app
- Owner: mono-js
- License: mit
- Created: 2017-10-24T09:12:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T22:39:47.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T13:51:14.900Z (3 months ago)
- Topics: create-mono-app, mono
- Language: JavaScript
- Size: 125 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Mono App
> Create a [Mono](https://github.com/terrajs/mono) app in seconds
Preview

## Usage
### Globally
You can also install it globally with npm:
```bash
npm install -g create-mono-app
```Then you can create a Mono app by running:
```bash
create-mono-app
```### With npx
Make sure you have [npx](https://www.npmjs.com/package/npx) installed (`npx` is shipped by default since NPM `5.2.0`)
```bash
npx create-mono-app
```### With yarn
Or with [yarn](https://yarnpkg.com/en/):
```bash
yarn create mono-app
```## ESLint
The module will ask you if you want to add [ESLint](https://eslint.org) in your project.
## Test
Your Mono app is ready to be tested with [AVA](https://github.com/avajs/ava), [nyc](https://github.com/istanbuljs/nyc) and [mono-test-utils](https://github.com/terrajs/mono-test-utils) by running:
```bash
npm test
```## License
MIT © [terrajs](https://github.com/terrajs)