Kickstart a new ExpressoTS module repository with the standard project layout.
Documentation Β· Getting Started Β· Project Board Β· Community
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.