Skip to content

imjohsep/import-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manufacturing Import Utility

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')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published