UNPKG

saas-smith

Version:

CLI to forge new SaaS projects effortlessly from boilerplates

57 lines (39 loc) 1.32 kB
# 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: ```sh npm install -g saas-smith ``` You 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: ```sh 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: ```sh saas-smith --help ``` ## Contributing We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) for more information. ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.