|
|
| | Show HN: A CLI to kick-start any language | |
28 points by kamrani 14 days ago | hide | past | favorite | 22 comments |
|
| I'm working on a CLI that helps you create the boilerplate of your project in multiple languages and frameworks. In case of front-end frameworks/libraries, with cli you'll be able to create the project, set up git on your local, add the UI-framework, testing framework, and linting, and in the future releases you'll be able to even add pre-designed components. The CLI currently supports React, Angular, Vue, Svelte and Node.js will be released today.
Also soon, you'll be able to deploy your applications to AWS with a single command. Appreciate your feedbacks and all the contributions are welcome. https://github.com/utopiops/utopiops |
|
 Guidelines
| FAQ
| Lists
| API
| Security
| Legal
| Apply to YC
| Contact
|
Additionally, "deploy to AWS" is somewhat vague. Deploy as a lambda function? Static site? Ec2 instance? With(out) a DB?