create-narrat-plugin
Version:
A tool to automatically create a narrat plugin
17 lines (10 loc) • 334 B
Markdown
## create-narrat-plugin
# Creating a Narrat plugin
> **Compatibility Note:**
> Narrat requires [Node.js](https://nodejs.org/en/) version 16+.
With NPM:
```bash
$ npm create narrat-plugin@latest
```
Then follow the prompts!
This package is inspired by [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite)