comicvm-geometry-2d
v1.1.0
Published
A set of geometric classes like Point, Line, Rectangle etc.
Readme
ComicVM Geometry 2D
How to publish a typescript package
- https://medium.com/cameron-nokes/the-30-second-guide-to-publishing-a-typescript-package-to-npm-89d93ff7bccd
- https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c
How to Use This Code as a Submodule
Add the submodule:
git submodule add https://github.com/retojs/comicvm-geometry-2d.gitUpdate submodule changes:
cd comicvm-dom
git pullsee: https://git-scm.com/book/en/v2/Git-Tools-Submodules
