saas-smith
v1.9.6
Published
CLI to forge new SaaS projects effortlessly from boilerplates
Maintainers
Readme
Saas Smith CLI
Saas Smith is a powerful command-line interface (CLI) tool designed to help you manage your SaaS applications efficiently.
Installation
To install Saas Smith CLI, run the following command:
npm install -g saas-smithYou will also need to install the following clis: Github Cli Mongo Atlas Cli Digital Ocean Cli
Setting Environment Variables
After installation, you will need to set environment variables using the CLI. This can be done with the following command:
saas-smith env --set --key <key> --value <value>You will need to set:
Aws_AccessKeyId Aws_SecretAccessKey Stripe_ApiKey OpenAi_ApiKey Cloudinary_ApiKey Cloudinary_ApiSecret Cloudinary_CloudName SendGrid_ApiKey Cloudflare_ApiToken Default_MongoDB_Connection_String MongoDB_User_Password Default_Aws_S3_Bucket Saas_Smith_Github_Username
Usage
Once the environment variables are set, you can start using the CLI to manage your SaaS applications. For a list of available commands, run:
saas-smith --helpContributing
We welcome contributions! Please read our contributing guidelines for more information.
License
This project is licensed under the MIT License. See the LICENSE file for details.
