1.0.0 • Published 3 years ago

sigils v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Sigils

Usage

Install the cli

[sudo] npm i -g sigils

Describe your intent and receive an output

sigils 'this my wish to obtain the strength of a tiger'

or use as a module

[sudo] npm i sigils
const sigils = require('sigils');

sigils.sigil('this my with to obtain the strength of a tiger');