Create a new project from a template
With Luby-CLI you can create a new project from an existing template. Currently our templates are available for the following languages:
- TypeScript
- C# (.NET Core)
The TypeScript template is available with two frameworks:
- NestJS
- Serverless
Create your project
Run the following command in your shell:
luby-cli init my-project
Done! Your project was successfully created. You can check the project in your computer through the File Explorer or by your IDE.