Skip to content

Commit

Permalink
Merge pull request #138 from perryrh0dan/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
perryrh0dan authored Jun 30, 2021
2 parents be3008f + 49ee24f commit 546cf1e
Show file tree
Hide file tree
Showing 21 changed files with 825 additions and 218 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// "args": ["update"],
"cwd": "${workspaceRoot}",
"console": "externalTerminal",
"args": ["init", "test", "-r", "default", "--no-script"],
"args": ["init"],
},
{
"name": "(OSX) Launch",
Expand All @@ -20,7 +20,7 @@
// "args": ["init", "-r", "https://github.com/perryrh0dan/templates", "-t", "typescript"],
// "args": ["repository", "add"],
// "args": ["template", "add"],
"args": ["init", "test"],
"args": ["init"],
// "args": ["template", "create"],
"cwd": "${workspaceRoot}",
}
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"crates.listPreReleases": true,
"cSpell.words": [
"canonicalize",
"dialoguer"
],
}
95 changes: 41 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tmpo"
description = "Command line utility to create new workspaces based on predefined templates"
version = "2.5.2"
version = "2.6.0"
authors = ["Thomas Pöhlmann <thomaspoehlmann96@googlemail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -13,17 +13,17 @@ serde_json = "1.0.64"
serde_yaml = "0.8.17"
dirs = "3.0.2"
log = "0.4.14"
git2 = "=0.13.11"
git2 = "=0.13.20"
colored = "2.0.0"
dialoguer = "0.8.0"
tempfile = "3.2.0"
flate2 = "1.0.20"
tar = "0.4.33"
handlebars = "3.5.4"
handlebars = "4.0.1"
regex = "1.5.1"
url = "2.2.1"
base64 = "0.13.0"
semver = "0.11.0"
semver = "1.0.3"
convert_case = "0.4.0"
linked_hash_set = "0.1.4"
chrono = "0.4.13"
Expand All @@ -37,7 +37,7 @@ features = ["blocking", "json"]
default-features = false

[dependencies.self_update]
version = "0.26.0"
version = "0.27.0"
features = ["archive-tar"]

[target.'cfg(not(windows))'.dependencies]
Expand Down
Loading

0 comments on commit 546cf1e

Please sign in to comment.