https://github.com/futurechallenger/npm_git_install
https://github.com/futurechallenger/npm_git_install
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/futurechallenger/npm_git_install
- Owner: futurechallenger
- Created: 2017-03-07T02:44:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T03:12:45.000Z (over 9 years ago)
- Last Synced: 2025-02-08T12:47:03.956Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm git install
This repo is used to try if a github address can be installed by npm command like this:
```
npm install --save https://github.com/futurechallenger/npm_git_install.git
```
And it works!!!
But you have to get these things done:
1. Maybe you have to have an *dist* folder in your repo.
2. You have to have a *package.json* file in your repo, which I forget adding this in the first place.