Skip to content

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

Stackbox Nodejs Standard Utility

  • Graph Algorithms

    • Detect Cycles
    • Topological Sort
    • Distance Matrix using Floyd Warshal
    • Closure
  • Lang (SortBy, groupBy, maxBy, etc, etc)

  • BinPack

    • First-Fit Decreasing

Install

  • All stackbox nodejs libraries are hosted in Github Packages
  • Paste the following snippet in the .npmrc file
    @stackbox-dev:registry=https://npm.pkg.github.com
    
  • Use PAT (Personal Access Tokens) Github Help
    1. generate PAT from github
    2. Run npm login like the following
    npm login --scope=@OWNER --registry=https://npm.pkg.github.com
    
    > Username: USERNAME
    > Password: TOKEN
    > Email: PUBLIC-EMAIL-ADDRESS
    

Details


Assets

  • stdlib-2.0.1.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0