@codewell/is-inside
v0.0.1
Published
Check whether a point is inside a geometric shape # @codewell/is-inside
Downloads
2
Readme
is-inside
Check whether a point is inside a geometric shape
@codewell/is-inside
Installation
npm install @codewell/is-inside
Basic Usage
import <nameOfModule> from '@codewell/is-inside';
// Write examples here
Testing
Functions
Write tests in the tests/
folder
Package
- Make a dry reslease with
npm run dry-release
. This will generate a filepackagename-x.x.x.tgz
. - Install the package in your other application/package by running
npm install path/to/packagename-x.x.x.tgz
. - Import and use as usual in you application/package.
Releasing
- Run
npm run release
- Push the code to github
- Update package version
npm version patch
updatesx.x.1
->x.x.2
npm version minor
updatesx.1.x
->x.2.x
npm version major
updates1.x.x
->2.x.x
- Run
npm publish --access public
Issues
Please help by posting issues here on github