An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more. Learn more →
Top 17 TypeScript Action Projects
-
github-pages-deploy-action
🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
Project mention: Setting up a free & production-ready web app backend in Go (with database) in less than 100 lines | dev.to | 2023-09-06The interesting part is towards the bottom where we build the frontend code and make use of the github-pages-deploy-action step to automatically make a new commit with the compiled frontend code to a gh-pages branch.
-
As GitHub Actions is a community-driven platform, we can utilize various open-source workflows available. In this case, we will use the popular "FTP-Deploy" Actions workflow developed by Sam Kirkland. In the main.yml file, include the following code:
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
-
react-native-actions-sheet
A Cross Platform(Android, iOS & Web) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
rnas, try this one
-
-
While OIDC is a good option, at StepSecurity, we are building an open-source project that allows using your MFA tokens for deployments in CI/ CD. So far, it is implemented for GitHub Actions - https://github.com/step-security/wait-for-secrets. In this method, you get a link in the build log, click the link, and can enter credentials at run time, which then gets used in the next step in the pipeline for deployment. So there are no persistent secrets stored in the CI/ CD pipeline and no need for managing/ rotating separate deployment credentials.
-
foundry-gas-diff
🛠️ Easily track & compare gas costs estimated by Foundry on each of your Pull Requests!
Project mention: New GitHub action to estimate a smart contract gas costs during development | news.ycombinator.com | 2023-04-03 -
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
-
-
GraalVM's Github Action is pretty easy to use.
-
-
-
Project mention: GitHub Action to run cargo install and cache compiled binaries | /r/rust | 2023-03-23
Repository: https://github.com/baptiste0928/cargo-install Changelog: https://github.com/baptiste0928/cargo-install/releases
-
fetch-api-data-action
🚚 GitHub action for handling authenticated API requests, allowing you to save the data from the request into your workspace as an environment variable and a .json file.
-
k8s-set-context
GitHub Action for setting context and retrieving Kubeconfig before deploying to Kubernetes clusters
Project mention: GitHub Actions & Act: How to pass yaml file as secret? | /r/github | 2022-10-23And as you can read in the docs: https://github.com/Azure/k8s-set-context
-
github-sponsors-readme-action
❤️ This GitHub Action will automatically add your GitHub Sponsors to your README. It can be configured in multiple ways allowing you to display and breakdown your sponsors by price tier with fallbacks.
Some time ago I wrote a GitHub Action that would allow you to add your GitHub Sponsors to your project README. I've been using it for a while now and wanted to share how you can also use it to add value to your sponsorship tiers. If you want to skip this and just go straight to the documentation click here.
-
discord-guardian-action
🤖 An action that fetches the list of malicious domains on Discord in different providers and creates/updates a JSON file with them from time to time.
-
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
TypeScript Action related posts
- Setting up GitHub Actions to deploy your website via FTP
- How to use notification in gitea actions
- GitHub Action to run cargo install and cache compiled binaries
- A way to publish from GitHub Actions using multi-factor authentication
- What about Kubescape In Your CI Pipeline?
- Released cargo install GitHub action
- Automatically deploy your website code every commit
-
A note from our sponsor - Amplication
amplication.com | 27 Sep 2023
Index
What are some of the best open-source Action projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | github-pages-deploy-action | 3,839 |
2 | FTP-Deploy-Action | 2,884 |
3 | react-native-actions-sheet | 1,180 |
4 | golangci-lint-action | 872 |
5 | wait-for-secrets | 262 |
6 | foundry-gas-diff | 191 |
7 | ts-action | 181 |
8 | pr-compliance-action | 158 |
9 | setup-graalvm | 152 |
10 | buildah-build | 125 |
11 | web-deploy | 109 |
12 | cargo-install | 107 |
13 | fetch-api-data-action | 92 |
14 | k8s-set-context | 75 |
15 | github-sponsors-readme-action | 55 |
16 | discord-guardian-action | 7 |
17 | tag-version-commit | 7 |