@jswork/ushell-module-base 1.0.9 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +8 -1
  2. package/index.sh +2 -1
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -10,6 +10,13 @@ npm i @jswork/ushell-module-base
10
10
  ```shell
11
11
  npm i -g del-cli
12
12
  npm i -g ntl
13
- npm i -g @feizheng/git-url-cli
13
+ npm i -g @jswork/git-url-cli
14
14
  npm i -g npm-install-peers publish-preview yarn
15
15
  ```
16
+
17
+ ## clipy
18
+ ```shell
19
+ git clone git@github.com:afeiship/clipy.git
20
+ npm i
21
+ npm link
22
+ ```
package/index.sh CHANGED
@@ -16,11 +16,12 @@ source $ROOT_PATH/modules/shorty.sh;
16
16
 
17
17
  # Edit file
18
18
  alias reload='source $BASH_BASE_PATH/src/index.sh';
19
- alias backup='cd ~/github/macos-backup/ && gg "feat(daily): automatic backup mac files" && cd -';
19
+ alias bakup='cd ~/github/macos-backup/ && gg "feat(daily): automatic backup mac files" && cd -';
20
20
 
21
21
  ## aliases:
22
22
  alias cwd="pwd | tr -d '\n' | pbcopy";
23
23
  alias cls='clear';
24
24
  alias size='du -hs *';
25
+ alias count='ls | wc -l';
25
26
 
26
27
  unset ROOT_PATH;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.9",
3
+ "version": "1.0.13",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {
@@ -23,6 +23,7 @@
23
23
  },
24
24
  "homepage": "https://github.com/afeiship/ushell-module-base#readme",
25
25
  "publishConfig": {
26
+ "access": "public",
26
27
  "registry": "https://registry.npmjs.org/"
27
28
  },
28
29
  "devDependencies": {