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

https://github.com/midudev/miduco

Create a CLI that helps you to write better commit messages
https://github.com/midudev/miduco

Last synced: 2 months ago
JSON representation

Create a CLI that helps you to write better commit messages

Awesome Lists containing this project

README

        

# Crear CLI de Node

- [x] Inicializar proyecto + Instalar Linter
- [x] Pedirle al usuario el nombre del commit
- [x] Mostrar un lista de posibles commits
- [x] Comprobar si está en un repositorio de Git
- [x] Pedirle al usuario si es Breaking Change
- [x] Confirmar con el usuario el commit
- [x] Crear el commit
- [x] Crear binario
- [x] Publicar el paquete en npm

## Inicializar proyecto + Instalar Linter

```bash
npm init -y
```