1.0.0 • Published 4 years ago

@permettezmoideconstruire/utm-parser v1.0.0

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

utm-parser

Webpack based boilerplate for producing libraries (Input: ES6, Output: universal library)

Build status Maintainability

Process

ES6 source files
       |
       |
    webpack
       |
       +--- babel, eslint
       |
  ready to use
     library
  in umd format

Scripts

  • npm run compile - produce builds for the app
  • npm run test - run tests
  • npm run build - compile and run tests
  • npm run dev - produces development version of your library and runs a watcher
  • npm run test:watch - run tests in watch mode