1.1.3 • Published 4 years ago

@youri-kane/js_utils v1.1.3

Weekly downloads
137
License
MIT
Repository
github
Last release
4 years ago

js_utils

This library is a collection of useful functions that we don't want te keep writing again and again. It also serves the purpose to help manipulate the DOM when a framework like react.js is not needed or would be overkill.

npm scripts

  {
    "build": "node ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js ./src/index.js",
    "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
    "test": "jest",
    "test-verbose": "jest --coverage --config ./jest.config.js"
  }
  • build: compile source code to generate the complete library
  • generate-docs: generate documentation using jsdoc comments
  • test: run jest tests
  • test-verbose: run tests and generate coverage reports

Online Docs Available on CodePen

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago