0.0.8 • Published 2 years ago

@parsify/hello v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Parsify Plugin Hello World

Build Status Coverage Status XO code style

About

This plugin displays the hello world! message, when the user enters hello expression.

Install

$ npm install @parsify/core parsify-plugin-hello-world

Usage

import Parsify from '@parsify/core';
import parsifyPluginHelloWorld from 'parsify-plugin-hellow-world';

const parsify = new Parsify([
    parsifyPluginHelloWorld();
]);

API

parsifyPluginHelloWorld(options?)

options

Type: object

Any of the options below

upperCase

Type: boolean\ Default: process.env.UPPER_CASE

Whether the output should be upper case or not.

License

MIT

0.0.3

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

4 years ago

0.0.1

4 years ago