create-ts-saas
v0.1.4
Published
Paid secure CLI for initializing your SaaS boilerplate
Readme
create-ts-saas
The official CLI for ts-saas.com — scaffold your paid TypeScript SaaS boilerplate in seconds.
npx create-ts-saas@latestRequirements
- Node.js 22+
- npm, pnpm, or bun
Usage
# Interactive (recommended)
npx create-ts-saas@latest
# With a project name
npx create-ts-saas@latest my-appCommands
| Command | Description |
| ------------------------------------------ | ------------------------------------------ |
| create-ts-saas / create-ts-saas create | Scaffold a new project |
| create-ts-saas login | Authenticate with your ts-saas.com account |
| create-ts-saas logout | Clear local auth session |
| create-ts-saas whoami | Show authenticated account details |
| create-ts-saas upgrade | Check if your CLI is up to date |
| create-ts-saas doctor | Run local environment checks |
Options
create-ts-saas [project-name] [options]
Options:
--template Template slug to use
--variant Variant slug to use
--package-manager npm | pnpm | bun
--install Run package install after scaffolding
--git Initialize a git repository
--yes, -y Skip all prompts using defaultsAuthentication
The CLI uses a device-flow login tied to your ts-saas.com account. A valid paid license is required to download templates.
create-ts-saas loginYour session is stored securely in your OS keychain (with a file fallback at ~/.config/ts-saas-cli/).
Links
- Website: ts-saas.com
- Documentation: ts-saas.com/docs
- Issues: ts-saas.com/contact
License
This CLI is free to install and use. Template downloads require a paid ts-saas.com license.
