Skip to content

artdecocode/medium-demo

Repository files navigation

@artdeco/medium-demo

npm version

@artdeco/medium-demo is Hello World.

yarn add @artdeco/medium-demo

Table Of Contents

API

The package is available by importing its default function:

import mediumDemo from '@artdeco/medium-demo'

async mediumDemo(
  config: !Config,
): string

Hello World.

Config: Options for the program.

Name Type Description Default
shouldRun boolean A boolean option. true
text string A text to return. -
import mediumDemo from '@artdeco/medium-demo'

(async () => {
  const res = await mediumDemo({
    text: 'example',
  })
  console.log(res)
})()
@artdeco/medium-demo called with example
example

CLI

The package can also be used from the CLI.

Argument Short Description
input The path to the input file.
--output -o Where to save the output. By default prints to stdout. Default -.
--init -i Initialise in the current folder.
--help -h Print the help information and exit.
--version -v Show the version's number and exit.
Hello World.

  medium-demo input [-o output] [-ihv]

	input        	The path to the input file.
	--output, -o 	Where to save the output. By default prints to stdout.
	             	Default: -.
	--init, -i   	Initialise in the current folder.
	--help, -h   	Print the help information and exit.
	--version, -v	Show the version's number and exit.

  Example:

    medium-demo example.txt -o out.txt

Copyright & License

GNU Affero General Public License v3.0

artdecocode © Art Deco 2019

About

Hello World.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published