indexable-array

v0.5.1
Extended native JavaScript Array which provides indexed lookup similar to native Map.
lookup hash index set map array

build

tsc

doc

echo '\033[33mBuilding doc.. (Do NOT forget build project first.)\033[0m' && jsdoc2md --plugin dmd-readable --example-lang ts --template readme-template.hbs --configure ./jsdoc.json --no-cache dist/*.js > README.md

test

jest --coverage

lint

eslint --ignore-path .gitignore --cache 'src/**/*.+(js|jsx|ts|tsx|vue)'

format

prettier --write --config .prettierrc --check 'src/**/*.+(js|jsx|json|less|css|ts|tsx|md|vue|gql)'

watch:run

ts-node-dev --respawn --transpileOnly

watch:test

jest --watch

validate

npm-run-all --parallel lint test

commit

git-cz

commit:add

git add -A && npm run commit

release

npm-run-all build doc commit:add && git checkout master && git pull origin master && standard-version --no-verify && git push --follow-tags origin master && npm publish

Metadata

  • MIT
  • Whatever
  • Özüm Eldoğan
  • released 7/25/2019

Downloads

Maintainers