UNPKG

taylo

Version:

Make changes to a branch a plugin. A command-line tool to manage and apply plugins '.taylored'. Supports applying, removing, verifying plugins, and generating them from branch (GIT).

33 lines 818 B
{ "name": "taylo", "version": "8.2.1", "description": "Make changes to a branch a plugin. A command-line tool to manage and apply plugins '.taylored'. Supports applying, removing, verifying plugins, and generating them from branch (GIT).", "keywords": [ "plugins", "sourcecode" ], "homepage": "https://github.com/tailot/taylored#readme", "bugs": { "url": "https://github.com/tailot/taylored/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/tailot/taylored.git" }, "license": "MIT", "author": "tailot@gmail.com", "type": "commonjs", "files": [ "dist/", "LICENSE", "README.md" ], "main": "dist/index.js", "bin": { "taylo": "dist/index.js" }, "dependencies": { "fs-extra": "^11.3.0", "parse-diff": "^0.11.1" } }