# `@nmix/core`

> Command line tool and builtin plugin for `Nmixjs`

## Install

```bash
$ npm i @nmix/core -D
```

### Command line interface

```markdown
Usage: nmix <command> [options]
Options:
  --help, -h          Print this help message and exit
  --version, -v       Print the CLI version and exit
  --json              Print the routes as JSON (nmix routes only)
  --sourcemap         Generate source maps (nmix build only)
Commands:
  nmix build
  nmix dev
  nmix routes
```

## License

MIT
