Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlenon7/tads-pipelines
Project for presenting CI / CD pipelines at Github Actions
https://github.com/jlenon7/tads-pipelines
Last synced: 9 days ago
JSON representation
Project for presenting CI / CD pipelines at Github Actions
- Host: GitHub
- URL: https://github.com/jlenon7/tads-pipelines
- Owner: jlenon7
- License: mit
- Created: 2021-01-21T15:47:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T23:34:54.000Z (almost 4 years ago)
- Last Synced: 2024-10-05T23:41:31.988Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tads Pipelines 📝
> Apresentação das pipelines de CI/CD
[![GitHub followers](https://img.shields.io/github/followers/jlenon7.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/jlenon7?tab=followers)
[![GitHub stars](https://img.shields.io/github/stars/jlenon7/tads-pipelines.svg?style=social&label=Star&maxAge=2592000)](https://github.com/jlenon7/tads-pipelines/stargazers/)
Projeto para apresentação das pipelines de CI/CD no Github Actions.
## Instalação
```bash
npm install @jlenon7/tads-pipelines
```## Usando o pacote
```js
import { isCpf } from '@jlenon7/tads-pipelines'console.log(isCpf(52998224725)) // true
```