@artdeco/medium-demo is Hello World.
yarn add @artdeco/medium-demoThe package is available by importing its default function:
import mediumDemo from '@artdeco/medium-demo'Hello World.
- config*
!Config: The config.
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
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
GNU Affero General Public License v3.0
| © Art Deco 2019 |