This is a template repository for Turborepo. It contains a generator script that will create NextJS 13 boilerplate files for you to get started with Turborepo.
- 
Use the following command to download the generator script: npx degit eXodes/turbo-generator/turbo ./turbo --force 
- 
Update ./turbo/generators/_utils/_promptsaccording to your project needs.
turbo gen api <name> - Generates a new API route
turbo gen page <name> - Generates a new Next page component
turbo gen layout <name> - Generates a new Next layout component
turbo gen component <name> - Generates a new React component
turbo gen hook <name> - Generates a new React hook
turbo gen context <name> - Generates a new React context
turbo gen function <name> - Generates a new utility function
Learn more about the power of Turborepo: