@senaiplay/senaiplay-cropper
v1.1.1
Published
Front-end component library for senaiplay cropper.
Downloads
3
Keywords
Readme
Senaiplay Cropper
Front-end component library for senaiplay cropper.
Build
Run ng build senaiplay-cropper
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build senaiplay-cropper
, go to the dist folder cd dist/senaiplay-cropper
and run npm version X.X.X
and npm publish
.
(Todo: add an script do build and publish automatically)
Running on development for local tests
Go to the dist/senaiplay-cropper
directory and run npm link
. After that go to the project directory and run npm link @senaiplay/senaiplay-cropper
.
After that the packages is linked with your project.
Watching changes on development
To watch changes you have to go to senaiplay-image-cropper root directory and run npm watch senaiplay-cropper
.
After that, all the changes you'll make on senaiplay-cropper are going to be reflected on the project that has the library linked.
Further information
This project uses semantic versioning, and you have to take care with that.
Use this link to read more about it: https://semver.org/.
For publishing you have to login at npm, and and must be associated with @senaiplay organization.
This is the link for the npm package. https://www.npmjs.com/package/@senaiplay/senaiplay-cropper
This project will use, by default, "Convetional commits" for submitting commits, and will use gitflow for merging pull requests.
Use this link to read more about it: https://www.conventionalcommits.org.
And if will, you can use the vscode extension: https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits