@ge-fnm/communication-selector-module
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

GE-FNM Data Model (@ge-fnm/data-model)

I would like to use the library in my app

To get started with the repository in your project install it like this

yarn add @ge-fnm/data-model

Here is an example node application using the data-model

const GE = require("@ge-fnm/data-model")

const Action = GE.Action
const Set = GE.Set
const Map = GE.Map
const Leaf = GE.Leaf
const DataType = GE.DataType

const child = new Leaf("world")
const tree = new Map({"hello": child})

console.log(tree)

Documentation

Documentation can be found here - https://ge-mds-fnm-v2.github.io/data-model/

I want to work on this project

Please see CONTRIBUTING.md

Excluding peerDependencies

On library development, one might want to set some peer dependencies, and thus remove those from the final bundle. You can see in Rollup docs how to do that.

Good news: the setup is here for you, you must only include the dependency name in external property within rollup.config.js. For example, if you want to exclude lodash, just write there external: ['lodash'].

Readme

Keywords

none

Package Sidebar

Install

npm i @ge-fnm/communication-selector-module

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

90.6 kB

Total Files

70

Last publish

Collaborators

  • davidchristine88