diff --git a/README.md b/README.md new file mode 100644 index 0000000..474ecb2 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# farm-plugin-yaml + +This plugin provides a YAML parser for FARM. + +## Usage + +```bash +pnpm install -D @jstors/farm-plugin-yaml +``` + + +```ts + +export default defineConfig({ + plugins: [ + 'farm-plugin-yaml', + ] +}); + +``` diff --git a/package.json b/package.json index 595340e..f058575 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jstors/farm-plugin-yaml", - "version": "0.0.0", + "version": "0.0.1", "main": "scripts/index.js", "types": "scripts/index.d.ts", "type": "module",