0.1.22 • Published 3 years ago

@solidgoldpig/fb-runtime-node v0.1.22

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

fb-runtime-node

Transforms Form Builder edit-time service instances into run-time ones

Installing

npm install @solidgoldpig/fb-runtime-node

Testing

npm test
# Test output is in [TAP](https://testanything.org/) format

Run unit tests only

npm run test:unit

Run linting only

npm run lint