Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pulgueta/text-to-action

Create GitHub actions by using your own words
https://github.com/pulgueta/text-to-action

github github-actions nextjs radix-ui shadcn-ui vercel

Last synced: 11 days ago
JSON representation

Create GitHub actions by using your own words

Awesome Lists containing this project

README

        

Text to Action

Create GitHub Actions by using your own words.

Text to Action

# đź’» Installation

Run the following commands:

```bash
git clone https://github.com/pulgueta/Text-to-Action

cd Text-to-Acion

bun install
```

If you are not using Bun and rather you use NPM, Yarn or PNPM, follow the previous steps but instead of using Bun to install, remove the [bun.lockb](bun.lockb) file and run one of these three commands:

```bash
npm install # If you use NPM

yarn install # If you use Yarn

pnpm install # If you use PNPM
```

# đź“ť Usage

From the [.env.example](.env.example) file, copy the name of the environment variable and paste it into your own [.env.local](.env.local) or [.env](.env) file.

Run the following command:

```bash
bun dev # If you use Bun

npm run dev # If you use NPM

yarn dev # If you use Yarn

pnpm dev # If you use PNPM
```

That's it!

## Created by [Andrés Rodríguez](https://www.linkedin.com/in/and-rodr/)