version 0.0.1 completed
parents
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "ponto", | ||
| "version": "0.0.1", | ||
| "description": "CLI para bater o ponto", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "appdata": "^1.1.0", | ||
| "chalk": "^2.1.0", | ||
| "cli-table": "^0.3.1", | ||
| "commander": "^2.11.0", | ||
| "figlet": "^1.2.0", | ||
| "fuzzy": "^0.1.3", | ||
| "inquirer": "^3.3.0", | ||
| "inquirer-autocomplete-prompt": "^0.11.1", | ||
| "moment": "^2.18.1", | ||
| "ora": "^1.3.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/chalk": "^0.4.31", | ||
| "@types/commander": "^2.9.2", | ||
| "@types/inquirer": "0.0.35", | ||
| "@types/moment-range": "^3.0.3", | ||
| "@types/ora": "^1.3.1", | ||
| "gulp": "^3.9.1", | ||
| "rimraf": "^2.6.2", | ||
| "ts-node": "^3.3.0", | ||
| "tslib": "^1.7.1", | ||
| "tslint": "^5.7.0", | ||
| "tslint-config-standard": "^6.0.1", | ||
| "typescript": "^2.5.2" | ||
| } | ||
| } |
src/config.ts
0 → 100644
src/constants/questions.ts
0 → 100644
src/curio/index.ts
0 → 100644
src/default.json
0 → 100644
src/index.ts
0 → 100644
src/views/ponto/entrada.ts
0 → 100644
src/views/ponto/index.ts
0 → 100644
src/views/servico/index.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
Please register or sign in to comment