An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

Create SaaS Boilerplate
=================

[![Version](https://img.shields.io/npm/v/create-saas-boilerplate.svg?style=for-the-badge&logo=npm)](https://npmjs.org/package/create-saas-boilerplate)
[![Downloads/week](https://img.shields.io/npm/dw/create-saas-boilerplate.svg?style=for-the-badge)](https://npmjs.org/package/create-saas-boilerplate)
[![License](https://img.shields.io/npm/l/create-saas-boilerplate.svg?style=for-the-badge)](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
```