neoluddite
is Become part of Open Source anarchical movement and get payed for the value your packages create.
yarn add neoluddite
The package is available by importing its default function:
import neoluddite from 'neoluddite'
Become part of Open Source anarchical movement and get payed for the value your packages create.
- 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 neoluddite from 'neoluddite'
(async () => {
const res = await neoluddite({
text: 'example',
})
console.log(res)
})()
neoluddite 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. |
Become part of Open Source anarchical movement and get payed for the value your packages create.
neoluddite 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:
neoluddite example.txt -o out.txt
GNU Affero General Public License v3.0
© Art Deco 2019 |