Closed WorldMaker closed 7 years ago
Merging #45 into master will not change coverage. The diff coverage is
n/a
.
@@ 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.
This is great, thank you! 👍
With
npx
now bundled by default withnpm
it's even more useful to have a CLI command and all the easier to run: justnpx ulid
(after the contents of the PR may be published) whether it is installed locally, globally, or not at all andnpx
will download a temporary install if need be or use whichever one it finds locally or globally.Resolves #25