File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1717 "esm" : " tsc --module esnext && cpy dist/index.js dist --rename index.esm.js" ,
1818 "cjs" : " tsc --module commonjs" ,
1919 "build" : " npm run esm && npm run cjs" ,
20- "test" : " xo && c8 ava" ,
20+ "test" : " xo && ava" ,
2121 "prepublishOnly" : " npm run build"
2222 },
2323 "engines" : {
3838 "@sindresorhus/tsconfig" : " ^2.0.0" ,
3939 "@types/node" : " ^16.11.6" ,
4040 "ava" : " ^3.15.0" ,
41- "c8" : " ^7.10.0" ,
4241 "coveralls" : " ^3.1.1" ,
4342 "cpy-cli" : " ^3.1.1" ,
4443 "del-cli" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 22
33[ ![ XO code style] ( https://img.shields.io/badge/code_style-XO-5ed9c7.svg )] ( https://github.com/xojs/xo )
44
5+ ## Install
6+
7+ Install ` @parsify/hello ` using Parsify Desktop - see the [ guide] ( https://docs.parsify.app/documentation/plugins ) .
8+
59## Usage
610
7- ```
8- hello | hello, world!
11+ ``` bash
12+ hello | hello, world!
13+ # With UPPER_CASE env variable |
14+ hello | HELLO, WORLD!
15+ # Creates a `toUpperCase` function |
16+ toUpperCase(" foo" ) | FOO
917```
1018
1119## License
You can’t perform that action at this time.
0 commit comments