# proyecto-programacion-cli

> Proyecto para generar ficheros cli de manera facil

Latest version **1.0.0** (published 2023-03-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install proyecto-programacion-cli
pnpm add proyecto-programacion-cli
yarn add proyecto-programacion-cli
bun add proyecto-programacion-cli
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2023-03-16 |
| First published | 2023-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 5.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Programación para Aprender |
| Maintainers | programacionparaaprender2 |
| Keywords | node, nodejs, js, javascript, rb, ts, kt, java, cli generator, crear ficheros |

## Links

- npm: https://www.npmjs.com/package/proyecto-programacion-cli
- Repository: https://github.com/programacionparaaprender/proyecto-programacion-cli
- Homepage: https://github.com/programacionparaaprender/proyecto-programacion-cli#readme
- Issues: https://github.com/programacionparaaprender/proyecto-programacion-cli/issues
- npm.io page: https://npm.io/package/proyecto-programacion-cli

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [figlet](https://npm.io/package/figlet.md) ^1.2.1
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.3
- [inquirer](https://npm.io/package/inquirer.md) ^6.2.2

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.0 (latest) — 2023-03-16

## README

# proyecto-programacion-cli
Proyecto de prueba de un cli

### cursos
https://www.udemy.com/course/npm-librerias-node-con-js-typescript-angular-y-otras-herramientas/

# paquetes npm
npm install chalk@4.1.2 inquirer figlet shelljs@0.8.3

npm install figlet@1.2.1
npm install inquirer@6.2.2

### repositorios

https://github.com/SBoudrias/Inquirer.js/
https://github.com/shelljs/shelljs
https://github.com/patorjk/figlet.js/
http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20
https://github.com/chalk/chalk


# Creador de ficheros mediante CLI
En este proyecto vamos a poder crear un fichero introduciendo el nombre y la extensión que deseamos.

## Instrucciones
Para un correcto uso, hay que seguir estas instrucciones.

### Instalación

* GLOBAL
```
npm install -g cli-file-creator
```
* LOCAL
```
npm install cli-file-creator
```

### Para usarlo
* Global
Ejecutamos **cli-file-creator**
* Local
Añadir en el package.json
```
"scripts": {
    "cli-file-creator": "./node_modules/.bin/cli-file-creator"
},
```
Ejecutamos con
```
npm run cli-file-creator
```

---
_Source: https://npm.io/package/proyecto-programacion-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
