Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Docs: Update NPM alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Hdoc1509 committed Sep 17, 2022
1 parent b8ae33d commit 0787bdf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ Be sure to open a terminal as administrator or that your session has the necessa
- In UNIX systems:

```sh
ln -s ~/.config/git-bash/.basrc ~/.bashrc
ln -s ~/.config/git-bash/.basrc ~/.bashrc
ln -s ~/.config/git-bash/.bash_profile ~/.bash_profile
ln -s ~/.config/git-bash/.minttyrc ~/.minttyrc
ln -s ~/.config/git-bash/.minttyrc ~/.minttyrc
```

- In Windows via `cmd`:

```sh
mklink %userprofile%\.bashrc %userprofile%\.config\git-bash\.bashrc
mklink %userprofile%\.bashrc %userprofile%\.config\git-bash\.bashrc
mklink %userprofile%\.bash_profile %userprofile%\.config\git-bash\.bash_profile
mklink %userprofile%\.minttyrc %userprofile%\.config\git-bash\.minttyrc
mklink %userprofile%\.minttyrc %userprofile%\.config\git-bash\.minttyrc
```

## Usage
Expand Down Expand Up @@ -93,8 +93,10 @@ update-pip
- For `NPM` commands:

```sh
npm-pkgs # list of dependencies in current folder
npmt # npm test
npmdev # npm run dev
npm-g-pkgs # list of global dependencies
npm-pkgs # list of dependencies in current folder
```

- For `git-bash`:
Expand Down

0 comments on commit 0787bdf

Please sign in to comment.