Skip to content

datumgeek/plotter-shell-model

Repository files navigation

Join the chat at https://gitter.im/misc-tech/a2dyn

This projects supports UMD (Universal Module Definition)

plotter-shell-model downloads

Included data structures

  • Xxx

Usage

npm install plotter-shell-model --save

ES6 import ... from

import * as PlotterShellModel from 'plotter-shell-model';

or TypeScript import ... require

import PlotterShellModel = require('plotter-shell-model');

or JavaScript var ... require

var PlotterShellModel = require('plotter-shell-model');

Typings resolution

Remember to set "moduleResolution": "node", so TypeScript compiler can resolve typings in the node_modules/plotter-shell-model directory.

image

In browser usage

You should include umd.js or umd.min.js from dist/lib/ directory.

<script src="[server public path]/plotter-shell-model/dist/lib/umd.min.js"></script>

Build sequence

  1. run bash shell
  2. change to folder (example: cd /c/a/p/plotter-shell-model)
  3. npm install
  4. npm run all
  5. (author only) bump version in package.json
  6. (author only) npm publish

Other related repos

Contact

@datumgeek - at the following gitter channel

Join the chat at https://gitter.im/misc-tech/a2dyn

Project structure is based on the excellent typescript-collections

About

classes for configuring the plotter-shell-xxx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published