README
@smoovy/utils
These are just some utilities I need for my websites. I think they're pretty self-explanatory. So you can just click through the files to find out more!
Installation
npm install --save @smoovy/utils
Development commands
// Serve with parcel
npm run serve
// Build with rollup
npm run build
// Run Jest unit tests
npm run test
// Run TSLinter
npm run lint
License
See the LICENSE file for license rights and limitations (MIT).