Getting Started
Actions Kit is a "toolkit" for GitHub Actions. It provides a set of utilities and helpers to make it easier to build powerful actions.
Create a new project
To create a new project, you can use the create-actions-kit CLI. This CLI will create a new project with the necessary files and directories to get you started.
bash
pnpm create actions-kitbash
yarn create actions-kitbash
npx create-actions-kitbash
bun create actions-kitOr if you want to add it to an existing project, you can install it using the following command:
bash
npm install actions-kitbash
pnpm add actions-kitbash
yarn add actions-kitbash
bun install actions-kitAnd then install the necessary builder you want to use.