Questions tagged [yapm]

`yapm` is a package manager for node.js, in fact a npm fork from io.js, node.js compatible, providing several interesting new features.

What is yapm ?

yapm is a package manager for node.js, in fact a npm fork from io.js, node.js compatible, by Alex Kocharin, the same author than sinopia.

It provides several interesting new features.

Links

Features added over npm

  • improvements in package.json handling:
    • preserve formatting of package.json files
    • support for package.json5 and package.yaml files.
    • if package.json or any other json document is malformed, show where the error is.
  • formatting changes:
    • logs have much more clean formatting
    • added a progress bar showing download progress
    • better search output with github repository links
  • multiple registries support
    • registry-specific configs + security fixes
    • easier switch between different npm registries
  • semver support for packages installable from github.
  • plus a bunch of other minor changes.
1 questions
1
vote
0 answers

How to administrate a sinopia server (private npm registry)?

I installed the great sinopia private npm registry. Its very simple and works like a charm! I love it ! But I can't get what are the administration features.. is there admin features ? can a system admin create a sinopia admin account or the admin…
Rémi Becheras
  • 14,902
  • 14
  • 51
  • 81