Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinijs/module-starter

The module starter.
https://github.com/tinijs/module-starter

Last synced: 6 days ago
JSON representation

The module starter.

Awesome Lists containing this project

README

        

# 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 .

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) license.