@fishtripr/utils
v0.0.21
Published
This package contain functions for project
Downloads
115
Readme
Frontend Utils
These repository contains all utilities for frontend apps.
Add this package to a project:
npm install --save @fishtripr/utilsHow to publish a new version
Make sur you are login on npm, if not use:
npm loginThen, to publish a new version:
npm publish --access publicDon'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:devUsage
All the function are in _, you can import in your project like following:
import { _ } from '@fishtripr/utils'