-
-
..
-
..
-
-
install
hmmfirst.-
> hmm init <name> -t lib # This will clone this repo and make some changes to suit your lib. > cd <name> # Go to the project directory > hmm install # Install the dependencies
-
> hmm build # To build your lib > hmm test # To test your lib > hmm lint # To lint your lib > hmm start # To start your lib > hmm publish # To publish on `npm`
-
# to install your library after publishing on `npm` hmm i {{tag}}// in your ts files import { ... } from `{{tag}}`; // or: import * as {{name}} from `{{tag}}`;
-
..
-
..
-
-
-
-
..
..
-
..
..
-
-
-
..
-
..
-
-
-
Notifications
You must be signed in to change notification settings - Fork 0
ready-to-use library project.
License
repo-example/lib
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
ready-to-use library project.

