A component factory with reusable components and design patterns for the public sector solution design and technical delivery.
Install via NPM:
npm install cap-ps-component-factory
var cap-ps = require("cap-ps-component-factory");
cap-ps.printMsg(); // print and return " Thanks for using our component factory! "
import * as cap-ps from 'cap-ps-component-factory';
cap-ps.printMsg(); // print and return " Thanks for using our component factory! "
This project is licensed under the terms of the MIT license.