multipart-form-data-parser
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

Sponsor NPM version TypeScript version Node.js version Build Status - GitHub Actions

multipart-form-data-parser

A zero-dependency multipart data parser.

Getting Started

import {parser} from 'multipart-form-data-parser'

parse(Buffer.from('...'), 'boundary')

Use as a repository template

Click the Use template link (or the green button). Now start adding your code in the src and unit tests with *.spec.ts.

Clone repository

To clone the repository use the following commands:

git clone https://github.com/chaoyangnz/multipart-form-data-parser
cd multipart-form-data-parser
npm install

Download latest release

Download and unzip current master branch or one of tags:

wget https://github.com/chaoyangnz/multipart-form-data-parser/archive/master.zip -O multipart-form-data-parser.zip
unzip multipart-form-data-parser.zip && rm multipart-form-data-parser.zip

Available Scripts

  • clean - remove coverage data, Jest cache and transpiled files,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests
  • release - bump the version, commit, create release tag and publish to NPM registry

License

Licensed under the MIT. See the LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i multipart-form-data-parser

Weekly Downloads

19

Version

0.2.1

License

MIT

Unpacked Size

18.1 kB

Total Files

6

Last publish

Collaborators

  • chaoyangnz