Skip to content

apptension/create-saas-boilerplate

Repository files navigation

Create SaaS Boilerplate

Version Downloads/week License

Create SaaS Boilerplate is a CLI tool designed to quickly set up a new local instance of the SaaS Boilerplate. It is a specialized tool that allows users to get started with the SaaS Boilerplate as quickly as possible.


📖 SaaS Boilerplate Documentation

🌟 SaaS Boilerplate Page

🔗 SaaS Boilerplate Repository


Initialize new SaaS Boilerplate project

USAGE
  $ yarn create saas-boilerplate PATH [--skipSystemCheck]
  $ pnpm create saas-boilerplate PATH [--skipSystemCheck]
  $ npm init saas-boilerplate PATH [--skipSystemCheck]
ARGUMENTS
  PATH  [default: .] Directory name where to initialize project
FLAGS
  --skipSystemCheck  Skip system check
DESCRIPTION
  Initialize new SaaS Boilerplate project