Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tinijs/module-starter
- Owner: tinijs
- License: mit
- Created: 2024-04-28T10:21:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T15:56:42.000Z (4 months ago)
- Last Synced: 2024-07-14T17:39:30.741Z (4 months ago)
- Language: TypeScript
- Homepage: https://tinijs.dev
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.