@fishtripr/utils
v0.0.21
Published
This package contain functions for project
Downloads
5
Readme
Frontend Utils
These repository contains all utilities for frontend apps.
Add this package to a project:
npm install --save @fishtripr/utils
How to publish a new version
Make sur you are login on npm, if not use:
npm login
Then, to publish a new version:
npm publish --access public
Don't forget to update the version of the package depend of the modification:
npm version [patch | minor | major]
Run locally using webpack dev server
run:
npm run start:dev
Usage
All the function are in _
, you can import in your project like following:
import { _ } from '@fishtripr/utils'