mksec

2.5.1 • Public • Published

sentence-generator

Quick Start

cli tools

$ npm i -g mksec

Use in your project

$ npm i mksec

cli

Generate sentences by word

$ mksec g [word]

Generate one sentence by word

$ mksec o [word]

Generate sentences by word list file

$ mksec f [file]

Use as lib

const mksec = require('mksec');
 
(async ()=>{
  console.log(await mksec({
    word: 'Your word',
    //url: 'optional api url'
  }));
})()

/mksec/

    Package Sidebar

    Install

    npm i mksec

    Weekly Downloads

    16

    Version

    2.5.1

    License

    MIT

    Unpacked Size

    632 kB

    Total Files

    63

    Last publish

    Collaborators

    • iotcat