The CLI allows to create and manage different types of projects.
Supported types of projects:
- Node.js + Typescript + Express
- Strapi + Typescript
- React Native + Expo
You can create a new node project interactively by running:
npx @palmabit/palmabit-cli@latest node
You will be asked for the type of the project to install.
You can create a new Strapi project interactively by running:
npx @palmabit/palmabit-cli@latest strapi
You will be asked for the type of the project to install.
You can manage an existing expo project interactively by running:
npx @palmabit/palmabit-cli@latest expo
You will be asked for the action to perform.
Palmabit