All Projects → standard → standard-packages

standard / standard-packages

Licence: MIT License
List of packages that use `standard`

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to standard-packages

Standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
Stars: ✭ 26,433 (+82503.13%)
Mutual labels:  development, eslint, static-code-analysis, style-guide, linter, standard
standard-www
👆 Website for JavaScript Standard Style (@standard)
Stars: ✭ 28 (-12.5%)
Mutual labels:  development, static-code-analysis, style-guide, linter, style, standard
Eslint Config Standard React
ESLint Shareable Config for React/JSX support in JavaScript Standard Style
Stars: ✭ 416 (+1200%)
Mutual labels:  development, eslint, static-code-analysis, style-guide, linter, standard
Eslint Config Standard Jsx
ESLint Shareable Config for JSX support in JavaScript Standard Style
Stars: ✭ 79 (+146.88%)
Mutual labels:  development, eslint, static-code-analysis, style-guide, linter, standard
Awesome Standard
Documenting the explosion of packages in the standard ecosystem!
Stars: ✭ 300 (+837.5%)
Mutual labels:  development, eslint, static-code-analysis, style-guide, linter, standard
Eslint Config Standard
ESLint Config for JavaScript Standard Style
Stars: ✭ 2,229 (+6865.63%)
Mutual labels:  development, eslint, static-code-analysis, style-guide, linter, standard
healthier
🧘‍♀️ Healthier is an opinionated style agnostic code linter – a friendly companion to Prettier
Stars: ✭ 78 (+143.75%)
Mutual labels:  development, static-code-analysis, linter, standard
Eslint Plugin Markdown
Lint JavaScript code blocks in Markdown documents
Stars: ✭ 242 (+656.25%)
Mutual labels:  development, eslint, static-code-analysis, linter
Snazzy
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
Stars: ✭ 381 (+1090.63%)
Mutual labels:  development, eslint, style, standard
Flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
Stars: ✭ 1,112 (+3375%)
Mutual labels:  static-code-analysis, style-guide, linter
Eslint
Find and fix problems in your JavaScript code.
Stars: ✭ 19,665 (+61353.13%)
Mutual labels:  eslint, static-code-analysis, linter
Ale Sensible
Pretty, responsive and smooth defaults for a sane ALE, gets you started in 30 seconds
Stars: ✭ 30 (-6.25%)
Mutual labels:  eslint, linter, standard
Standard Engine
🚒 The guts of `standard` modularized for reuse
Stars: ✭ 120 (+275%)
Mutual labels:  eslint, style, standard
codeclimate-eslint
Code Climate Engine for ESLint
Stars: ✭ 86 (+168.75%)
Mutual labels:  eslint, static-code-analysis, linter
codeclimate-apexmetrics
ApexMetrics - Code Climate engine for Salesforce [DISCONTINUED use CC PMD instead)
Stars: ✭ 46 (+43.75%)
Mutual labels:  static-code-analysis, linter
Format.cmake
💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.
Stars: ✭ 94 (+193.75%)
Mutual labels:  linter, style
EditorConfig-Action
🔎A GitHub Action to check, enforce & fix EditorConfig style violations
Stars: ✭ 40 (+25%)
Mutual labels:  linter, style
tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
Stars: ✭ 381 (+1090.63%)
Mutual labels:  static-code-analysis, linter
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (-56.25%)
Mutual labels:  static-code-analysis, linter
ts-standard
Typescript style guide, linter, and formatter using StandardJS
Stars: ✭ 338 (+956.25%)
Mutual labels:  linter, standard

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].