ulid / javascript

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

Add link to PowerShell implementation #35

Closed PetterBomban closed 7 years ago

PetterBomban commented 7 years ago

PowerShell implementation of ULID, including unit tests.

https://github.com/PetterBomban/posh-ulid

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

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

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 4e0d919...f2f008e. Read the comment docs.

alizain commented 7 years ago

Thanks!