create-txp-stack-project
v1.4.0
Published
| [TXP Stack Docs](https://txp-stack.gitlab.diva-e.com/docs/) | [Powered by diva-e](https://www.diva-e.com) | |-------------------------------------------------------------|---------------------------------------------|
Readme
TXP Stack Starter CLI
| TXP Stack Docs | Powered by diva-e | |-------------------------------------------------------------|---------------------------------------------|
Scaffolds new TXP Stack webapps (Nuxt 3) based on the available starters.
NOTE: This tool is currently in a closed beta where only diva-e employees have access.
Prerequisites
- Node.js (at least version 18)
- Git and SSH access set up for GitLab (for cloning the starter project)
Usage
With Prompt
npx create-txp-stack-projectWithout Prompt
npx create-txp-stack-project <project-name> <branch-name>Replace with the desired branch (e.g., react, nuxt3) and with the desired project name.
