@marco-eckstein/js-utils
TypeScript icon, indicating that this package has built-in type declarations

0.11.1 • Public • Published

npm version npm downloads Conventional Commits

js-utils

JavaScript utilities implemented in Typescript

Development

No global modules other than npm are necessary.

  • Run npm install once after checking out.
  • Then, run either npm test for a single full build cycle (clean, compile, lint, test), or npm start for running the full cycle initially and then watch for file changes which will trigger appropriate parts of the build cycle (compile, lint, test). The watch mode is not bulletproof: It works for file updates, but you may get problems if you rename or delete files.
  • Run npm run standard-version instead of npm version to bump the version.
  • Publish with npm publish --access public. This will run the full build cycle before publishing.

Readme

Keywords

none

Package Sidebar

Install

npm i @marco-eckstein/js-utils

Weekly Downloads

0

Version

0.11.1

License

MIT

Unpacked Size

27.2 kB

Total Files

22

Last publish

Collaborators

  • marco-eckstein