0.0.2 • Published 7 years ago

javascript-multipart-file-upload v0.0.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
7 years ago

javascript-multipart-file-upload

npm version Build Status Coverage Status API Doc

Isomorphic

TypeStatus
BrowserWIP
AMDWIP
CommonJSWIP

Development

yarn        // or npm install (download and install dependencies)
yarn start  // or npm start (Runs unit-test and code coverage)
yarn build  // or npm run build (Builds distribution file)

Source files are located at /src/main folder.

Unit test files are located at /src/test folder.

Code Coverage

Both above scripts "start and test" will generate the Code coverage report and will show instantly on the console a percentage summary of code-coverage.

Additionaly will be generated a /coverage folder with HTML, LCOV extra formats.

You can open /coverage/report-html into browser to have a detailed view file by file.

License

GNU License