git-cherrypicker
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -41,3 +41,2 @@ "use strict"; | ||
exports.GithubCherryPicker = GithubCherryPicker; | ||
//new GithubCherryPicker("bitcoinjs/coinselect", "master", "stats/index.js").write("./a_stolen_index.js") | ||
class GiteaCherryPicker extends CherryPicker { | ||
@@ -53,3 +52,2 @@ constructor(domain, repo, branch, file) { | ||
exports.GiteaCherryPicker = GiteaCherryPicker; | ||
new GiteaCherryPicker("https://gitea.frontblock.me", "fb-vendor/pluginmanager", "master", ".gitignore").write(".gitignore"); | ||
class FrontblockCherryPicker extends GiteaCherryPicker { | ||
@@ -77,2 +75,1 @@ constructor(repo, branch, file, cred) { | ||
exports.GitCloner = GitCloner; | ||
//new GitCloner('gitea.frontblock.me', 'fb-vendor', 'pluginmanager').clone("./test") |
{ | ||
"name": "git-cherrypicker", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Read files from popular git implementations as string or write them to a file", | ||
@@ -5,0 +5,0 @@ "main": "lib/CherryPicker.js", |
4114
95