Skip to content

tilak999/nutil

Repository files navigation

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

About

Handy standalone node based utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published