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
- Host: GitHub
- URL: https://github.com/parsify-dev/plugin-boilerplate
- Owner: parsify-dev
- Created: 2020-03-11T21:45:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T14:58:47.000Z (over 3 years ago)
- Last Synced: 2025-02-10T07:36:47.681Z (5 months ago)
- Topics: boilerplate, expression-parser, parser, parsify, parsify-plugin, plugin-boilerplate, starter, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# My first Parsify plugin
[](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