nuevo-cli
=============

Nuevo CLI

[![Version](https://img.shields.io/npm/v/acommerce-cli.svg)](https://npmjs.org/package/nuevo-cli)
[![Downloads/week](https://img.shields.io/npm/dw/acommerce-cli.svg)](https://npmjs.org/package/nuevo-cli)
[![License](https://img.shields.io/npm/l/acommerce-cli.svg)](https://github.com/thetre97/nuevo-cli/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g nuevo-cli
$ nuevo COMMAND
running command...
$ nuevo (-v|--version|version)
nuevo-cli/0.0.1-beta.2 linux-x64 node-v10.10.0
$ nuevo --help [COMMAND]
USAGE
  $ nuevo COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`nuevo create:resolver [RESOLVERNAME]`](#nuevo-createresolver-resolvername)
* [`nuevo create:schema [SCHEMANAME]`](#nuevo-createschema-schemaname)
* [`nuevo dir`](#nuevo-dir)
* [`nuevo hello`](#nuevo-hello)
* [`nuevo help [COMMAND]`](#nuevo-help-command)

## `nuevo create:resolver [RESOLVERNAME]`

Create a new Resolver

```
USAGE
  $ nuevo create:resolver [RESOLVERNAME]

DESCRIPTION
  ...
  Create a new GraphQL Resolver
```

_See code: [src/commands/create/resolver.js](https://github.com/thetre97/nuevo-cli/blob/v0.0.1-beta.2/src/commands/create/resolver.js)_

## `nuevo create:schema [SCHEMANAME]`

Create a new Schema

```
USAGE
  $ nuevo create:schema [SCHEMANAME]

DESCRIPTION
  ...
  Create a new GraphQL Schema for some types
```

_See code: [src/commands/create/schema.js](https://github.com/thetre97/nuevo-cli/blob/v0.0.1-beta.2/src/commands/create/schema.js)_

## `nuevo dir`

Describe the command here

```
USAGE
  $ nuevo dir

DESCRIPTION
  ...
  Extra documentation goes here
```

_See code: [src/commands/dir.js](https://github.com/thetre97/nuevo-cli/blob/v0.0.1-beta.2/src/commands/dir.js)_

## `nuevo hello`

Describe the command here

```
USAGE
  $ nuevo hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here
```

_See code: [src/commands/hello.js](https://github.com/thetre97/nuevo-cli/blob/v0.0.1-beta.2/src/commands/hello.js)_

## `nuevo help [COMMAND]`

display help for nuevo

```
USAGE
  $ nuevo help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.2/src/commands/help.ts)_
<!-- commandsstop -->
