# @paroicms/cli

This is the CLI of ParoiCMS.

This package is part of [ParoiCMS](https://www.npmjs.com/package/@paroicms/server).

## Usage

Run the following commands to create and start a new website locally using ParoiCMS:

```sh
npx @paroicms/cli create mywebsite
cd mywebsite
npm i
npm run dev
```

## License

Released under the [MIT license](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/LICENSE.md).