segment-sort

v1.0.6
Create string sort algorithm from segment config.
string sort segment

compile

tsc

compile:watch

tsc -w

build

npm run compile

test

jest src/

test:watch

jest --watch src/

clean

rm -rf dist

cleanall

rm -rf dist node_modules *.tgz docs

docs

rm -rf docs && typedoc --plugin typedoc-plugin-markdown

prepublishOnly

npm run clean && npm i && tsc && eslint src/ && jest src/
npm i segment-sort

Metadata

  • MIT
  • Whatever
  • Zhao DAI
  • released 4/5/2024

Downloads

Maintainers