Options
All
  • Public
  • Public/Protected
  • All
Menu

Dobby

Dobby

Dobby

Known Vulnerabilities CICD codecov Codacy Badge

A monorepo for a collection of useful services to aid development.

API Docs

Packages

Lib folders

This is the output from TS and won't be checked into the repo.

Releases the code

https://github.com/atlassian/lerna-semantic-release

Downloading the packages

https://github.com/eXigentCoder/dobby/packages

FAQ

Getting an E401 error on NPM install?

You need to log into the github registry as configured in the .npmrc file.

npm ERR! code E401
npm ERR! Unable to authenticate, need: Basic realm="GitHub Package Registry"
npm login --registry=https://npm.pkg.github.com

For more info, see configuring npm for use with github package registry

You may need a personal access token from github, see creating a personal access token for the command line

Documenting your code

See TypeDoc for available options.

Generated using TypeDoc