UNPKG

852 BMarkdownView Raw
1# ivory-cli
2Ivory CLI 🐘 is a tool for developing, testing and deploying SPA web applications build with the Ivory Pod Architecture (IPA).
3
4In a nutshell with IPA you create [micro-frontends](https://micro-frontends.org/) and [microservices](https://microservices.io/patterns/microservices.html), bundle them in a pod and deploy the pod in the AWS cloud.
5
6To create a SPA web application with IPA you can use the CLI to:
7
81. Create a project by running the command: **ivory create**
92. Configure the project by running the command: **ivory configure**
103. Deploy the entire project or individual microservices by running the command: **ivory deploy**
114. Create a new pod by running the command: **ivory create**
12
13## Prerequisites
14In order to use the Ivory CLI you need: [Node.js](https://nodejs.org/en/) and the [AWS CLI](https://aws.amazon.com/cli/)