@archerjessop/utilities
v7.0.0
Published
Shared utilities for ArcherJessop property analysis tools
Downloads
23
Readme
@archerjessop/utilities
Comprehensive set of DOM manipulation, data extraction utilities, and various calculations (financial and otherwise) for our web applications.
Updating the package
Make your changes then:
npm run build
npm test
git commit
git push originand then, depending on the changes:
For bug fixes (backward compatible):
bash deploy.sh patch→ bumps 1.0.0 → 1.0.1
For new features (still backward compatible):
bash deploy.sh minor→ bumps 1.0.0 → 1.1.0
For breaking changes:
bash deploy.sh major→ bumps 1.0.0 → 2.0.0
deploy.sh script will:
- Run any pre-build scripts/processes
- Update package.json version
- Commit the version bump + create a git tag
- Push commit + tag to your repo
- Publish the new version to npm
Installation
npm install @archerjessop/utilitiesBrowser Support
Works in both Node.js and browser environments. In browser environments, functions can extract data directly from the DOM when no text parameter is provided.
License
MIT
