@mobilefuel/cf-center-utils
v2.0.2
Published
CF util functions
Downloads
13
Readme
cf-center-utils
Information
This is a NPM package. In order to install
and use it run:npm i @mobilefuel/cf-center-utils
.
After installing the package, you can use it in your code by importing the relevant module. For example:import {createCustomLogger} from '@mobilefuel/cf-center-utils;
Publishing
Before publishing a new version, make sure to increment the version in the package.json and build the package:npm run prepublish
(this will remove the dist directory and build the package).
After the build process is successful, you can publish the package using:
npm publish
.