UNPKG

@crguezl/gh-repo-rename

Version:
38 lines (37 loc) 1.2 kB
{ "dependencies": { "commander": "^8.3.0", "shelljs": "^0.8.4" }, "name": "@crguezl/gh-repo-rename", "description": "gh extension repo rename", "version": "2.1.3", "main": "repo-rename.js", "scripts": { "debug": "node --inspect-brk gh-repo-rename.js -o ULL-ESIT-DMSI-1920 -r prueba-funciona -n prueba", "create-prueba": "gh create-repo prueba ULL-ESIT-DMSI-1920", "list-prueba": "gh submodule-add -s prueba -o ULL-ESIT-DMSI-1920 -n", "test": "./gh-repo-rename -o ULL-ESIT-DMSI-1920 -r prueba -n prueba-funciona; npm run list-prueba", "back": "./gh-repo-rename -o ULL-ESIT-DMSI-1920 -r prueba-funciona -n prueba; npm run list-prueba", "start": "node gh-repo-rename.js", "push": "git push origin main; git push publico main" }, "keywords": [ "gh-extension", "ULL", "education" ], "bin": { "repo-rename": "gh-repo-rename.js" }, "repository": { "type": "git", "url": "git+https://github.com/crguezl/gh-repo-rename.git" }, "author": "Casiano", "license": "ISC", "bugs": { "url": "https://github.com/crguezl/gh-repo-rename/issues" }, "homepage": "https://github.com/crguezl/gh-repo-rename#readme" }