Skip to content

HexaCubist/parsify-basejump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Switch between bases easily using Parsify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published