Coder Social home page Coder Social logo

mapmeld / omegapm-old Goto Github PK

View Code? Open in Web Editor NEW

This project forked from npm/npm

3.0 3.0 0.0 17.25 MB

js package manager with signed packages and identical builds

Home Page: http://omegapm.org

License: Other

Makefile 1.21% Shell 3.36% JavaScript 95.43% Python 0.01%

omegapm-old's Introduction

Ωpm -- a JavaScript package manager

NPM variant with signed packages and identical builds - see OmegaPM.org

https://gist.github.com/mapmeld/7eb3b213358b55b74bdf

============================== Build Status

SYNOPSIS

This is just enough info to get you up and running.

Much more info available via omegapm help once it's installed.

IMPORTANT

You need node v0.8 or higher to run this program.

Installing

Install Ωpm with NPM

npm install omegapm -g

Also install Keybase (you don't need to be a Keybase member)

npm install keybase-installer -g
keybase-installer
keybase config

Getting modules

As of 0.0.5, Ωpm still installs from npmjs.org and public git repos, just without running scripts during the publish or install process.

On install, Ωpm attempts to run 'keybase dir verify' on the package.

omegapm install omega-sqrt
Ωpm install omega-sqrt

Publishing modules

Your module must be all-JavaScript and require no additional scripts in the install process.

If you are publishing a module, you need to have a GPG key. You can create one on the command line with gpg --gen-key

Run keybase dir sign and commit SIGNED.md along with your other files in the repo. If you are not committing parts of your module, put them in .gitignore and they will also be ignored by keybase's directory-signing tool.

Go to omegapm.org/packages and paste in the link to a public git repo.

Legal Stuff

"omegapm" is licensed under the same Artistic License as npm.

"npm" and "The npm Registry" are owned by npm, Inc. All rights reserved. See the included LICENSE file for more details.

"Node.js" and "node" are trademarks owned by Joyent, Inc.

Modules published on the npm registry are not officially endorsed by npm, Inc. or the Node.js project.

Data published to the npm registry is not part of npm itself, and is the sole property of the publisher. While every effort is made to ensure accountability, there is absolutely no guarantee, warrantee, or assertion expressed or implied as to the quality, fitness for a specific purpose, or lack of malice in any given npm package.

If you have a complaint about a package in the public npm registry, and cannot resolve it with the package owner, please email [email protected] and explain the situation.

Any data published to The npm Registry (including user account information) may be removed or modified at the sole discretion of the npm server administrators.

In plainer english

npm is the property of npm, Inc.

If you publish something, it's yours, and you are solely accountable for it.

If other people publish something, it's theirs.

Users can publish Bad Stuff. It will be removed promptly if reported. But there is no vetting process for published modules, and you use them at your own risk. Please inspect the source.

If you publish Bad Stuff, we may delete it from the registry, or even ban your account in extreme cases. So don't do that.

BUGS

When you find issues, please report them:

Be sure to include all of the output from the command that didn't work as expected. The npm-debug.log file is also helpful to provide.

You can also look for isaacs in #node.js on irc://irc.freenode.net. He will no doubt tell you to put the output in a gist or email.

SEE ALSO

  • npm(1)
  • npm-faq(7)
  • npm-help(1)
  • npm-index(7)

omegapm-old's People

Contributors

isaacs avatar othiym23 avatar robertkowalski avatar domenic avatar timoxley avatar mfncooper avatar smikes avatar luk- avatar evnm avatar deanlandolt avatar chrismeyersfsu avatar dylang avatar iarna avatar edef1c avatar kenany avatar raynos avatar alexkwolfe avatar davglass avatar mapmeld avatar indexzero avatar mmalecki avatar reid avatar zeke avatar trentm avatar yhpark avatar pvorb avatar ralt avatar bcoe avatar rlidwka avatar arlolra avatar

Stargazers

Denis Denisov avatar tree avatar Nikolay Kolev avatar

Watchers

 avatar James Cloos avatar  avatar

omegapm-old's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Once you have installed CI on this repository, you’ll need to re-trigger Greenkeeper’s initial Pull Request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organiszation’s settings page, under Installed GitHub Apps.

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Once you have installed CI on this repository, you’ll need to re-trigger Greenkeeper’s initial Pull Request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organiszation’s settings page, under Installed GitHub Apps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.