Quick start for Eitri
If you wanna get started in a fast and easy way developing eitri-apps, this quick guide is for you. Here you will find the main commands and directions to quickly start developing using Eitri.
Minimum requirements
This is what you'll need to develop using Eitri:
- Node (version 18 or higher), NPM and Git installed
- Install our CLI tool using
npm install -g eitri-cli
- Login into your developer account using
eitri login
in your terminal and follow the required steps
Creating your first Eitri-App
Once you have installed Eitri CLI and logged in, it's time to create your first project:
- Use the command
eitri create <project_name>
inside the folder where you want your project to be created - You will need to provide a few information about your Eitri-App like Application, Name, Public name e Slug
- When confirmed, you will have a new directory created with your project. You can enter it and use
eitri start
to start developing your eitri-app - Eitri will generate a QrCode that needs to be scanned with your organization app where Eitri was integrated, the same one that you declared on "Application" step before.
- You can publish your first version using
eitri push-version
inside your eitri-app folder - After uploading your files, your eitri-app will be avaliable for publishing on your organization application environments.
Managing Eitri-Apps
To manage the published version, rollback to previous versions and set permissions for your eitri-app, you can log into Eitri Console with your developer account: