nutil

1.1.3 • Public • Published

nutil

Handy standalone node based utilities.

  • Zero dependency
  • 2 modules (Please contribute) see: how to contribute
  • Package size < 100KB

Usage

npx nutil [module] [args]

You can use --help flag as module argument to find all the options for the module.

# help for http.server 
npx nutil http.server --help

Available Modules:

http.server

Start a simple http server for quick local testing or file sharing.

npx nutil http.server

digest

Generate hex digest from a string. (also known as checksum)

npx nutil digest -a md5 'sample text input'

Contribute

Please read the contribution doc for getting started.

Contributors

License

MIT

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i nutil

    Weekly Downloads

    0

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    50.4 kB

    Total Files

    9

    Last publish

    Collaborators

    • tilak999