@magic/bash-alias
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@magic/bash-alias", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Wizards & Witches", | ||
@@ -27,2 +27,3 @@ "description": "various bash aliases for node, git, rust, and @magic. !pollutes bash namespace!", | ||
"gs": "src/bin.mjs", | ||
"gt": "src/bin.mjs", | ||
"gcbump": "src/bin.mjs", | ||
@@ -49,3 +50,3 @@ "gcdeps": "src/bin.mjs", | ||
"cb": "src/bin.mjs", | ||
"cc": "src/bin.mjs", | ||
"cch": "src/bin.mjs", | ||
"cf": "src/bin.mjs", | ||
@@ -82,10 +83,10 @@ "ci": "src/bin.mjs", | ||
"devDependencies": { | ||
"@magic-modules/gdpr": "0.0.13", | ||
"@magic-modules/git-badges": "0.0.3", | ||
"@magic-modules/light-switch": "0.0.3", | ||
"@magic-modules/pre": "0.0.2", | ||
"@magic-themes/docs": "0.0.3", | ||
"@magic/core": "0.0.20", | ||
"@magic-modules/gdpr": "0.0.14", | ||
"@magic-modules/git-badges": "0.0.7", | ||
"@magic-modules/light-switch": "0.0.5", | ||
"@magic-modules/pre": "0.0.6", | ||
"@magic-themes/docs": "0.0.6", | ||
"@magic/core": "0.0.58", | ||
"@magic/format": "0.0.7", | ||
"@magic/test": "0.1.33" | ||
"@magic/test": "0.1.37" | ||
}, | ||
@@ -92,0 +93,0 @@ "files": [ |
@@ -7,3 +7,3 @@ # @magic/git-alias | ||
*fortunately, the rest of the linux ecosystem seems to be smart enough not to do that.* | ||
*fortunately, the rest of the linux ecosystem seems to be smart enough not to do that too often.* | ||
@@ -46,5 +46,7 @@ ## known name clashes: | ||
gs -> git -c color.status=always status | ||
gt -> git tag -a '...ARGV' -m '...ARGV' | ||
``` | ||
### git shortcuts | ||
```bash | ||
@@ -60,2 +62,3 @@ gcdocs -> git commit -m 'docs: update' ./docs" | ||
### node | ||
```bash | ||
@@ -73,2 +76,3 @@ nb -> npm run build | ||
### @magic | ||
```bash | ||
@@ -84,5 +88,6 @@ m -> magic dev | ||
### rust | ||
```bash | ||
cb -> cargo build | ||
cc -> cargo check | ||
cch -> cargo check | ||
cf -> cargo fmt -v | ||
@@ -108,3 +113,7 @@ ci -> cargo install | ||
#### 0.0.4 - unreleased | ||
#### 0.0.4 | ||
* rename cc to cch to prevent name clash. | ||
* add gt => git tag -a $1 -m $1 | ||
#### 0.0.5 - unreleased | ||
... |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43621
136
114