1. (one-time setup) Install INFINIT CLI tool

Run

npm install -g infinit/cli infinit/core

2. Create New Project

infinit project create

Follow the guided prompts to create your new project.

After successfully creation, you will get the following folder structure

my-first-project/
├── scripts/
│   └── index.ts
├── registry.json
├── config.json
└── package.json

3. Develop Action Script using provided Boilerplate Template

Open index.ts file to start the development