standard/standard-packages

List of packages that use `standard`

33

stars

282

commits

JavaScript

primary language

Sep 16, 2023

updated

standardjs.com
development
ecmascript
ecosystem
es6
eslint
javascript
linter
nodejs
standard
static-code-analysis
style
style-guide
Browse cluster: Linting and Static Code Analysis β†’

README

standard-packages travis npm downloads javascript style guide

List of packages that use standard

View the list (all.json)

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:admin@127.0.0.1:5984/npm_registry # create database
npm run replicate

Finally, update the package stats with:

npm run update

:warning: 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.

Contributors

feross

246 commits

Flet

12 commits

sonicdoe

8 commits

standard/standard-packages

List of packages that use `standard`

33

stars

282

commits

JavaScript

primary language

Sep 16, 2023

updated

standardjs.com
development
ecmascript
ecosystem
es6
eslint
javascript
linter
nodejs
standard
static-code-analysis
style
style-guide
Browse cluster: Linting and Static Code Analysis β†’

README

standard-packages travis npm downloads javascript style guide

List of packages that use standard

View the list (all.json)

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:admin@127.0.0.1:5984/npm_registry # create database
npm run replicate

Finally, update the package stats with:

npm run update

:warning: 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.

Contributors

feross

246 commits

Flet

12 commits

sonicdoe

8 commits

Languages

JavaScript

100.0%