1.2.3 โ€ข Published 3 years ago

@bengr.digital/utils v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

๐Ÿ“ฆ npm package - utils

This is code of npm package with most used utils functions.

Install with command:

npm install @bengr.digital/utils

๐Ÿ“ข Publish package

  • go to folder with package cd ./package
  • npm run compile for compile (or npx tsc)
  • update version of package in package.json if you already didn't
  • npm run publish for publish (or npm publish --access=public)

Every time check that code is working before publish!

๐Ÿงช Test package

  • go to test folder cd ./test
  • run npm link ../package for download unpublished package
  • import new functionality and try it ๐Ÿง
import { newFunction } from '@bengr.digital/utils';

newFunction();
  • Install typescript globaly
  • compile with typescript tsc index.ts
  • and run with node index.js
1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.4

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago