{"id":18075765,"url":"https://github.com/thedevopsguyblog/cli","last_synced_at":"2025-04-05T19:41:52.214Z","repository":{"id":257864690,"uuid":"872592142","full_name":"thedevopsguyblog/cli","owner":"thedevopsguyblog","description":"A CLI that bootstraps your workspace to build Fullstack Serverless AWS Apps.","archived":false,"fork":false,"pushed_at":"2024-11-22T15:10:21.000Z","size":29029,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T17:58:08.581Z","etag":null,"topics":["aws-cdk-typescript","cli","deno","nextjs14","serverless"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thedevopsguyblog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T17:53:38.000Z","updated_at":"2024-11-22T15:10:25.000Z","dependencies_parsed_at":"2024-11-02T20:18:55.725Z","dependency_job_id":"894a167b-1a69-4373-91ea-0f046b362103","html_url":"https://github.com/thedevopsguyblog/cli","commit_stats":null,"previous_names":["thedevopsguyblog/cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedevopsguyblog%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedevopsguyblog%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedevopsguyblog%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedevopsguyblog%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thedevopsguyblog","download_url":"https://codeload.github.com/thedevopsguyblog/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393539,"owners_count":20931809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-cdk-typescript","cli","deno","nextjs14","serverless"],"created_at":"2024-10-31T11:07:14.011Z","updated_at":"2025-04-05T19:41:52.191Z","avatar_url":"https://github.com/thedevopsguyblog.png","language":"TypeScript","readme":"# \"wus\" - Bootstrap your Fullstack SaaS.\n\nA no install CLI, that bootstraps your workspace to build serverless (Appsync + DynamoDB + Amplify G1) apps with NextJS 14 (SSR) \"auto-magically\" ✨.\n\n## About\n\nModern SaaS projects have many dependencies, using this CLI I've created a template for my preferred AWS Stack.\n\n📋 Here are just some of the big features!\n\n- ✅ [Separate Environemnts.](https://docs.aws.amazon.com/amplify/latest/userguide/team-workflows-with-amplify-cli-backend-environments.html#standard) \n\n- ✅ Fullstack CI/CD - On push to a specific branch, deploy the fullstack.\n- ✅ Build time generation of [Amplify G1 config.](https://docs.aws.amazon.com/amplify/latest/userguide/amplify-config-autogeneration.html)\n- ✅ TS AppSync Resolver [Bundling.](https://docs.aws.amazon.com/appsync/latest/devguide/additional-utilities.html#working-with-typescript)\n- ✅ Extend your IAC using CDK.\n- ✅ NextJS 14 App Router + NextUI + ServerActions.\n- 🏗️ SES PROD Automation.\n- 🏗️ More Frontend options (Install Radix UI or NextUI as CLI options).\n\n## Stack\n\nBy default you get the following but this can be modified as needed.\n\n### Backend\n\nIAC uses the AWS CDK.\n\n- Appsync - The `./api` directory will contain the resolvers, schema and build script to compile .TS to .JS\n\n- Lambda, S3, Dynamodb, Cognito and other components are all included in the `./lib` directory.\n\n### Hosting\n\nThe Frontend uses NextJS 14 + Amplify Client libs.\n\n- NextJS 14 - The `./frontend` directory contains all frontend using the app router.\n\n  - Server Actions.\n  - AppSync codegen.\n  - NextUI + Tailwind.\n\n- Amplify - The frontend is hosted in Amplify with **SSR support**.\n\nCI/CD is all handeled by Amplify.\n\n## Environment Support\n\nThe CLI will deploy all resources in isolated environments.\nThis CLI was built using Deno 2.\n\n### CLI TODO\n\n- 🏗️ Optimise the CLI to handle spawning processes.\n- 🏗️ Add a remote git origin.\n- 🏗️ Support bootstrapping SPA.\n- 🏗️ WIP on CLI UI.\n\n## Example\n\n\"wus\" takes 3x arguments...\n\n  🙋🏾‍♂️ Welcome to the \"Work-U SaaS\" or \"wus\" CLI\n\n  Usage: wuss APP_NAME APP_CODE DOMAINNAME\n\nOptions:\n  -h, --help          Show this help message and exit\n\nArguments:\n  -a, --APP_NAME         The name of the application, eg: 'My-SaaS-App'\n  -c, --APP_CODE         The code for the application, eg: 'MSA'\n  -d, --DOMAINNAME       The domain name for the application, eg: 'my-saas-app.com'\n\nExamples:\n\n  This will bootstrap a new SaaS application with the name 'My-SaaS-App', code 'MSA' and domain 'my-saas-app.com'\n\n```bash\ndeno run jsr:@work-u/saas-cli -a My-SaaS-App -c MSA -d my-saas-app.com\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedevopsguyblog%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedevopsguyblog%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedevopsguyblog%2Fcli/lists"}