Use this repository as the starting point for a new ExpressoTS package or module. It includes the standard layout, tooling, and CI configuration expected across the ecosystem.
git clone https://github.com/expressots/expressots-project-template.git my-module
cd my-module
npm install
npm run devReplace placeholders (package name, description, repository URLs) before publishing.
For guides, API reference, architecture patterns, and examples visit doc.expresso-ts.com.
Welcome to the ExpressoTS community. See the Contributing Guide for how to get involved.
MIT — see LICENSE.