An open API service indexing awesome lists of open source software.

https://github.com/parsify-dev/plugin-boilerplate

Parsify Plugin Boilerplate
https://github.com/parsify-dev/plugin-boilerplate

boilerplate expression-parser parser parsify parsify-plugin plugin-boilerplate starter typescript

Last synced: about 1 month ago
JSON representation

Parsify Plugin Boilerplate

Awesome Lists containing this project

README

        

# My first Parsify plugin

[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

## Install

Install `@parsify/hello` using Parsify Desktop - see the [guide](https://docs.parsify.app/documentation/plugins).

## Usage

```bash
hello | hello, world!
# With UPPER_CASE env variable |
hello | HELLO, WORLD!
# Creates a `toUpperCase` function |
toUpperCase("foo") | FOO
```

## License

MIT