Code Monkey home page Code Monkey logo

standard-packages's Introduction

standard-packages travis npm downloads javascript style guide

List of packages that use standard

Usage

const packages = require('standard-packages')
packages.forEach(pkg => {
  console.log('package name', pkg.name)
  console.log('repo url', pkg.repo)
})

Contribute

To update the data in all.json, first install CouchDB:

npm run install-deps

Add an admin password to the CouchDB config file:

vim /usr/local/etc/local.ini # add admin password to config file

For example, this sets the admin password to "admin":

[admins]
  admin = admin

Then, start CouchDB, create an npm_registry database, and start the replication process:

couchdb
curl -X PUT http://admin:[email protected]:5984/npm_registry # create database
npm run replicate

Finally, update the package stats with:

npm run update

โš ๏ธ npm run replicate will replicate a 10 GB+ database

Install dependencies

On macOS, you can run npm run install-deps to install CouchDB.

License

MIT. Copyright (c) Feross Aboukhadijeh.

standard-packages's People

Contributors

bcomnes avatar blgm avatar feross avatar flet avatar greenkeeper[bot] avatar greenkeeperio-bot avatar josephfrazier avatar linusu avatar mcollina avatar sonicdoe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

standard-packages's Issues

Add some metadata for each entry

I was thinking of building a little script to pull the repositories tagline and maybe contributor(s)/homepage and adds them to the json. This would make it a bit more convenient to use for generating a web-friendly view.

Would you be opposed to having some additional metadata for each entry, @feross?

[IDEA] Add Travis Cron jobs

To automatically update all.json you can make npm run fetch && npm run update a part of npm test and set up Travis CI to run npm test every day/week/month like so.

Disable get-installed-path in test.json

test.js in this project fails for multiple comma-dangle issues. These issues are correct, there are dangling commas in the test file per the current rules.

Add "disabled" attribute

Should we also add an attribute to indicate if a repository is disabled? It may be a bit cleaner to do this instead of commenting them out (which is a pattern followed by standard/standard-engine). Maybe add a disabledReason attribute as well?

{
    "name": "funky-repo",
    "repo": "https://github.com/someone-cool/funky-repo",
    "disabled": true,
    "disabledReason": "has not updated to meet some-new-rule"
  },

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.