1.1.3 • Published 4 years ago

nutil v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

1.1.3

4 years ago

1.1.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.1.2

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

13 years ago