create-stravi
v0.0.7
Published
Scaffold a Stravi backend app
Readme
create-stravi
Scaffold a new Stravi backend project.
Links
- Docs: https://stravi-docs.netlify.app/
- GitHub: https://github.com/brennrommel8/stravix
- Issues: https://github.com/brennrommel8/stravix/issues
Usage
npm create stravi@latest my-api
# or
pnpm create stravi@latest my-apiThe scaffolder will prompt for a language template:
Select language:
❯ TypeScript
JavaScriptYou can also skip the prompt:
npm create stravi@latest my-api -- --ts
npm create stravi@latest my-api -- --jsGenerated templates manage their own dev tooling:
- TypeScript template uses
tsx - JavaScript template uses
node --watch
