stdlib 2.0.1
Install from the command line:
Learn more about npm packages
$ npm install @stackbox-dev/stdlib@2.0.1
Install via package.json:
"@stackbox-dev/stdlib": "2.0.1"
About this version
-
Graph Algorithms
- Detect Cycles
- Topological Sort
- Distance Matrix using Floyd Warshal
- Closure
-
Lang (SortBy, groupBy, maxBy, etc, etc)
-
BinPack
- First-Fit Decreasing
- All stackbox nodejs libraries are hosted in Github Packages
- Paste the following snippet in the
.npmrcfile@stackbox-dev:registry=https://npm.pkg.github.com - Use PAT (Personal Access Tokens) Github Help
- generate PAT from github
- Run npm login like the following
npm login --scope=@OWNER --registry=https://npm.pkg.github.com > Username: USERNAME > Password: TOKEN > Email: PUBLIC-EMAIL-ADDRESS