0.1.3 • Published 9 months ago

@wbe/utils v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@wbe/utils

javascript & nodejs utils.

Installation

npm i @wbe/utils

Util categories

Development

# install dependencies
pnpm i

# run tests
pnpm test

# run tests in watch mode
pnpm test:watch

# build in watch mode
pnpm build:watch

# build for production
pnpm build

Publish a new version

# build and tests
pnpm pre-publish

# increment version in package.json
npm verion {patch|minor|major}

# push to github with tags
git push --follow-tags

# publish to npm (you need to be logged in)
npm publish

# then create a release on github

Licence

MIT

Credits

© Willy Brauner

0.1.3

9 months ago

0.1.2

1 year ago

0.1.1

1 year ago