1.4.1 • Published 7 months ago

@cher-ami/utils v1.4.1

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

@cher-ami/utils

Browser & node utils for cher-ami projects.

Installation

npm i @cher-ami/utils

Usage

Import all utils from @cher-ami/utils

import { modulo } from '@cher-ami/utils';

modulo(5, 2); // 1

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

© cher-ami

1.4.1

7 months ago

1.4.0

8 months ago

1.3.1

8 months ago

1.3.0

8 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago