# The 1-click-BOM NPM Library

A library for dealing with bill of material data for use with the 
[1clickBOM extension](https://github.com/monostable/1clickBOM).

## Getting started

- [Set up NodeJS](https://nodejs.org/en/download/)
- Then:

```
git clone https://github.com/monostable/npm-1-click-bom
cd npm-1click-bom
npm install
npm run build
npm run test
```

## License

This project is MIT licensed

