1.2.1 • Published 11 months ago

one-thing v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

one-thing

Set the text for the One Thing app

Requires Node.js 12 and the One Thing app to be installed.

CLI

npm install --global one-thing
$ one-thing --help

  Usage
    $ one-thing <text>
    $ one-thing --get

  Example
    $ one-thing 'Prepare for important meeting'

API

npm install one-thing
import oneThing, {getOneThing} from 'one-thing';

await oneThing('Prepare for important meeting');

console.log(await getOneThing());
//=> 'Prepare for important meeting'
1.2.1

11 months ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago