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

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

Awesome Lists containing this project

README

        

# Create Mono App

> Create a [Mono](https://github.com/terrajs/mono) app in seconds

Preview

![preview](https://user-images.githubusercontent.com/904724/37159323-d064b1a6-22ed-11e8-8dd1-98777bfa0b7a.gif)

## 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)