@youri-kane/js_utils

1.1.3 • Public • Published

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

/@youri-kane/js_utils/

    Package Sidebar

    Install

    npm i @youri-kane/js_utils

    Weekly Downloads

    8

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    95.5 kB

    Total Files

    33

    Last publish

    Collaborators

    • youri-kane