Pod-Point / javascript-modules

Our open-source npm modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POD Point JavaScript modules

Install

npm install @pod-point/module --save

Import

import module from '@pod-point/module';

Usage

Instructions can be found in each module's README.md.

Develop

All modules are written in ES6, and require Babel or another transpiler to convert the source code from src to lib.

npm install babel -g

Compile changes before commiting/publishing!

npm run compile

All module versions follow semver.

About

Our open-source npm modules.

License:MIT License


Languages

Language:JavaScript 100.0%