https://github.com/apptension/create-saas-boilerplate
Set up a new SaaS app by running one command.
https://github.com/apptension/create-saas-boilerplate
Last synced: about 2 months ago
JSON representation
Set up a new SaaS app by running one command.
- Host: GitHub
- URL: https://github.com/apptension/create-saas-boilerplate
- Owner: apptension
- License: mit
- Created: 2023-05-09T12:28:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T13:07:10.000Z (12 months ago)
- Last Synced: 2025-04-07T13:11:12.911Z (3 months ago)
- Language: TypeScript
- Homepage: https://apptension.com/saas-boilerplate
- Size: 342 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Create SaaS Boilerplate
=================[](https://npmjs.org/package/create-saas-boilerplate)
[](https://npmjs.org/package/create-saas-boilerplate)
[](https://github.com/apptension/create-saas-boilerplate/blob/master/package.json)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**](https://docs.demo.saas.apptoku.com/)
🌟 [**SaaS Boilerplate Page**](https://www.apptension.com/saas-boilerplate)
🔗 [**SaaS Boilerplate Repository**](https://github.com/apptension/saas-boilerplate)
---
## 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
```