Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Remote Or Flexible Work Company In Korea | 2,818 | 3 months ago | 14 | JavaScript | ||||||
한국에서 원격근무 혹은 자율출퇴근이 되는 회사 리스트를 아카이브합니다 | ||||||||||
Auto | 2,124 | 92 | 1,689 | 23 days ago | 1,202 | September 10, 2023 | 128 | mit | TypeScript | |
Generate releases based on semantic version labels on pull requests. | ||||||||||
Metasearch | 361 | 14 days ago | 13 | apache-2.0 | TypeScript | |||||
Search aggregator for Slack, Google Docs, GitHub, and more :mag: | ||||||||||
Salt Scanner | 255 | 6 years ago | 4 | other | Python | |||||
Linux vulnerability scanner based on Salt Open and Vulners audit API, with Slack notifications and JIRA integration | ||||||||||
Slack Jira Plugin | 247 | 5 years ago | 7 | mit | JavaScript | |||||
A Slack plugin that watches channels for messages about JIRA and acts accordingly | ||||||||||
Postee | 190 | 2 months ago | 78 | August 28, 2023 | 36 | mit | Go | |||
Simple message routing system that receives input messages through a webhook interface and can enforce actions using predefined outputs via integrations. | ||||||||||
Slack Bot | 153 | 5 days ago | 40 | November 20, 2023 | 5 | mit | Go | |||
Ready to use Slack bot for lazy developers: start Jenkins jobs, watch Jira tickets, watch pull requests with AI support... | ||||||||||
Maoni | 144 | 4 days ago | 4 | March 25, 2021 | 3 | mit | Java | |||
Lightweight library for collecting and handling user feedback from within Android applications. | ||||||||||
Review Reporter | 136 | 3 years ago | Java | |||||||
Bot for reporting Google Play Reviews on Slack with possibility to fast reply and creating Jira issues from low rating reviews. | ||||||||||
Copy As Format | 128 | 23 days ago | 5 | Emacs Lisp | ||||||
Emacs function to copy buffer locations as GitHub/Slack/JIRA etc... formatted code |
Generate releases based on semantic version labels on pull requests
Automated releases powered by pull request labels. Streamline your release workflow and publish constantly! auto
is meant to be run in a continuous integration (CI) environment, but all the commands work locally as well.
Release Features:
skip-release
labelPull Request Interaction Features:
Visit the docs for more information.
Auto has an extensive plugin system and wide variety of official plugins. Make a PR to add yours!
Package Managers:
default
when used with binary)default
when installed through npm
)Extra Functionality:
released
label to published PRs, comment with the version it's included in and comment on the issues the PR closesTo get set up, fork and clone the project then run the following command:
yarn
You must build at least once before running the tests or lint.
yarn build
In watch mode:
yarn start
Install the bundled binary onto your system. This requires the project to be built or in watch mode.
yarn install-mac
If running this for the first time you may also have to run the following command.
chmod +x /usr/local/bin/auto
yarn clean
yarn lint
yarn test
yarn docs
Get started developing a new plugin in the monorepo in seconds.
The two arguments are:
yarn create:plugin my-plugin "Do something really cool"
Get started developing a new package in the monorepo in seconds.
The two arguments are:
yarn create:package my-package "Do something really cool"
Feel free to make an issue or open a pull request!
Make sure to read our code of conduct.
auto
🚀⭐️ Storybookjs design-system - Storybook's official design system
⭐️ space-kit - Home base for Apollo's design system
⭐️ react-glider - A react wrapper for glider.js
⭐️ reaction - Artsys React Components
⭐️ emission - Artsys React Native Components
⭐️ webpack-inject-plugin - A webpack plugin to dynamically inject code into the bundle.
⭐️ html-webpack-insert-text-plugin - Insert text into the head or body of your HTML
⭐️ react-easy-crop - A React component to crop images/videos with easy interactions
auto
Badge 💅Does your project use auto
? Then use our custom badge!
auto
is inspired by some excellent tech that came before it.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
To add a contributor run yarn contributors:add
, choose "Add new contributor or edit contribution type" and follow the prompts.