Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)


GitHub language count

Repository size

License

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
```