ulid / javascript

Universally Unique Lexicographically Sortable Identifier
MIT License
3.04k stars 107 forks source link

Add a simple CLI command #45

Closed WorldMaker closed 7 years ago

WorldMaker commented 7 years ago

With npx now bundled by default with npm it's even more useful to have a CLI command and all the easier to run: just npx ulid (after the contents of the PR may be published) whether it is installed locally, globally, or not at all and npx will download a temporary install if need be or use whichever one it finds locally or globally.

Resolves #25

codecov-io commented 7 years ago

Codecov Report

Merging #45 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #45   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         109    109           
  Branches        5      5           
=====================================
  Hits          109    109

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e5bfa15...7c672ec. Read the comment docs.

alizain commented 7 years ago

This is great, thank you! 👍