0.0.4 • Published 6 years ago

@permettezmoideconstruire/png-to-geojson v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

webpack-library-starter

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