clever-frontend-utils
Advanced tools
A set of utils for frontend projects at Clever (and potentially elsewhere!)
Weekly downloads
Readme
A set of utils for frontend projects at Clever (and potentially elsewhere!).
Note that the npm package for this repo, clever-frontend-utils
, is public. Keep that in mind when adding utils.
To install dependencies, use:
npm install
If you want to build the lib for local use, run:
make build
This will compile lib/
to JavaScript and place the output in the dist/
directory.
To lint and test, run:
make test
All files ending in _test.ts
will be considered test files by Jest.
Merging code to master will automatically result in an npm publish. Remember to version bump in the package.json
!
FAQs
A set of utils for frontend projects at Clever (and potentially elsewhere!)
The npm package clever-frontend-utils receives a total of 575 weekly downloads. As such, clever-frontend-utils popularity was classified as not popular.
We found that clever-frontend-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.