Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(): updating readme.md #31

Closed
wants to merge 1 commit into from
Closed

docs(): updating readme.md #31

wants to merge 1 commit into from

Conversation

Izak88
Copy link
Contributor

@Izak88 Izak88 commented May 19, 2017

Let's discuss here about changes in our readme so it will be more attractive for visitors...

@@ -24,12 +24,69 @@ $ npm install morose -g
morose
```

### Setting up npm config to use morose
### Setting up npm config in client to use morose

```sh
npm set registry http://localhost:10000
```

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use cases

  • Use private packages.

If you want to use all benefits of npm package system in your company without sending all code to the public, and use your private packages just as easy as public ones.

See using private packages section for details.

  • Cache npmjs.org registry.

If you have more than one server you want to install packages on, you might want to use this to decrease latency (presumably "slow" npmjs.org will be connected to only once per package/version) and provide limited failover (if npmjs.org is down, we might still find something useful in the cache).

See using public packages section for details.

  • Override public packages.

If you want to use a modified version of some 3rd-party package (for example, you found a bug, but maintainer didn't accept pull request yet), you can publish your version locally under the same name.

See override public packages section for details.

@jkuri
Copy link
Contributor

jkuri commented May 19, 2017

@irmana can you please check this one also when have time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants