Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pulgueta/text-to-action
- Owner: pulgueta
- Created: 2023-12-16T06:23:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T23:07:45.000Z (11 months ago)
- Last Synced: 2024-05-15T15:30:11.765Z (6 months ago)
- Topics: github, github-actions, nextjs, radix-ui, shadcn-ui, vercel
- Language: TypeScript
- Homepage: https://text-to-action.vercel.app
- Size: 432 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Text to Action
Create GitHub Actions by using your own words.
# đź’» Installation
Run the following commands:
```bash
git clone https://github.com/pulgueta/Text-to-Actioncd 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 NPMyarn 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 Bunnpm 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/)