forma-common
v1.0.22
Published
Common package form client and server FormaDash
Readme
FORMA-COMMON PACKAGE DOCUMENTATION
Introduction
This package is npm package in TypeScript for FormaDash project (BrutDeCom project).
Update this package
- Run
git clone https://github.com/BrutdeCom/forma-common.git - Create branch for your additions, and go to your local branch
- Run
npm i - Make your code with love. Tested code is better.
- Code is finished ? Run
git add ., thengit commit -m '[your atomic commit]' - Run
npm run release. Launch tests, and update package version. Is obligatory for the rest. - Run
git push origin [your branch] - Create your pull request to
productionbranch. If actions passed, validate your PR. - It's good, package is automatically published.
- In your project, update
forma-commonto use your new features.
Installation
For install this package, run npm i forma-common
Use
Example for require one part of this package :
import { IMyInterface } from forma-common
