0.0.4 • Published 7 years ago

august_home v0.0.4

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

August Home Manufacturing ImportUtility

Setup

npm install --save august_home 
var utilities = require('august_home')

Setup (from cloned repo)

If you cloned this from github use the following commands:

npm install
npm run compile

We just installed all of our dependencies and compiled our package.

Next, run node in the root of the directory.

node
>

We can then import our compiled package from /lib/index.js and try out a few of the features.

var utilities = require('./lib/index.js')
var util = new utilities.ImportUtility()
util.importConfiguration('connect', './configs/connect.csv')
util.importManufacturingData('connect', './data/connect.csv')
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago