Skip to content

repo-example/lib

Repository files navigation


logo


Test Coverage Github Repo Issues GitHub Repo stars

  • Overview 👀

    • Why ?

      ..

    • When ?

      ..



  • Quick Start 🔥

    install hmm first.

    • Create
      > 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
    • Manage
      > 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`
    • Fianlly
      # to install your library after publishing on `npm`
      hmm i {{tag}}
      // in your ts files
      import { ... } from `{{tag}}`; // or: import * as {{name}} from `{{tag}}`;
    line

    • ..

      ..
    • ..

      ..


  • Documentation 📑

    • API ⛓️

      • ..

        ..

        ..
      • ..

        ..

        ..
      line

    • Related 🔗




About

ready-to-use library project.

Resources

License

Stars

Watchers

Forks