1.2.2 • Published 6 years ago

lms-inspector v1.2.2

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

Build Status npm

lms-inspector

A library for extracting metadata from an LMS archive.

Example: https://github.com/calebissharp/lms-inspector-example

Getting Started

Clone this repository

git clone https://github.com/calebissharp/lms-inspector.git

Install dependencies

yarn

Watch for changes and build

yarn dev

Build

yarn build

Run tests

yarn test

Run tests in watch mode

yarn test:watch

Usage

npm install lms-inspector

const LMSInspector = require('lms-inspector');

const file = new File(['hello world'], 'file.zip');

LMSInspector.inspect(file)
  .then(info => { /* Do stuff */ });
1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago