# Auth0 Extensions CLI

Command line tool for scaffold your Auth0 extension.

## Setup

```bash
$ npm i -g auth0-extensions-scaffolder
```

> Requires [wt-cli](https://github.com/auth0/wt-cli) configured.

## Usage

### Scaffold

Creates an skeleton app

```bash
$ a0-extensions scaffold sample
```

> For more info: `a0-extensions scaffold -h`

### Options

`--es6`         Scaffold the project using ES6
`--interactive` Ask about some parameters for your project

## Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.

## Author

[Auth0](auth0.com)

## License

This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
