@anatoo/invoke
v0.0.0
Published
[](https://badge.fury.io/js/@anatoo/invoke)
Readme
@anatoo/invoke
Call the function exported by the module from the CLI.
Install
$ yarn add @anatoo/invokeUsage
Call default exported function in "./foo.js":
$ yarn invoke "./foo.js"Call "hello" named export function in "./foo.js":
$ yarn invoke "./foo.js" helloLicense
Author
Kubota Mitsunori, @anatoo
