Skip to content

genebean/bean-counter

Repository files navigation

Bean Counter

GitHub package.json version Dependabot Status Snyk Vulnerabilities for GitHub Repo Build Status GitHub

Dev

Notes

  • npm i -D ${package} will install the package as a dev dependency
    • these packages will not be built with server, just used for local development
  • npm i -S ${package} will install the package as a normal dependency
    • these are packages you want to be built and sent along with the server
  • husky now runs npm run lint && npm run test on every push
    • this ensures testing is not failing and linting is happening all of the time
  • the .eslintrc file is where we control linting of the project
    • use the rules array to turn rules off when they don't fit the project
  • if it's just one instance of a rule being broken you can use the following comment to disable the rule:
    • /* eslint-disable-next-line ${rule_name} */

About

An API for interacting with statistics for my projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published