Skip to content

tinijs/module-starter

Repository files navigation

Module Template

The module starter template.

Install

  • Via the CLI: npx @tinijs/cli@latest new my-module -t module

  • Or, download this repo and run npm i.

Development

First, name your module and add && npm publish to the release script in package.json.

Start the development from module/index.ts. For more details, please visit https://tinijs.dev/module/author-guide.

Scripts:

  • Run npm run build to build.
  • Run npm run test to test.
  • Run npm run release to release.

License

Released under the MIT license.

About

The module starter.

Resources

License

Stars

Watchers

Forks