All Projects → standard → standard-www

standard / standard-www

Licence: ISC license
👆 Website for JavaScript Standard Style (@standard)

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to standard-www

standard-packages
List of packages that use `standard`
Stars: ✭ 32 (+14.29%)
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 (+1385.71%)
Mutual labels:  development, static-code-analysis, style-guide, linter, standard
Standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
Stars: ✭ 26,433 (+94303.57%)
Mutual labels:  development, static-code-analysis, style-guide, linter, standard
Eslint Config Standard Jsx
ESLint Shareable Config for JSX support in JavaScript Standard Style
Stars: ✭ 79 (+182.14%)
Mutual labels:  development, static-code-analysis, style-guide, linter, standard
Awesome Standard
Documenting the explosion of packages in the standard ecosystem!
Stars: ✭ 300 (+971.43%)
Mutual labels:  development, static-code-analysis, style-guide, linter, standard
Eslint Config Standard
ESLint Config for JavaScript Standard Style
Stars: ✭ 2,229 (+7860.71%)
Mutual labels:  development, static-code-analysis, style-guide, linter, standard
healthier
🧘‍♀️ Healthier is an opinionated style agnostic code linter – a friendly companion to Prettier
Stars: ✭ 78 (+178.57%)
Mutual labels:  development, static-code-analysis, linter, standard
Snazzy
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
Stars: ✭ 381 (+1260.71%)
Mutual labels:  development, style, standard
Flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
Stars: ✭ 1,112 (+3871.43%)
Mutual labels:  static-code-analysis, style-guide, linter
Eslint Plugin Markdown
Lint JavaScript code blocks in Markdown documents
Stars: ✭ 242 (+764.29%)
Mutual labels:  development, static-code-analysis, linter
Mdx Go
⚡️ Lightning fast MDX-based dev server for progressive documentation
Stars: ✭ 340 (+1114.29%)
Mutual labels:  development, style-guide
Php Parser
🌿 NodeJS PHP Parser - extract AST or tokens (PHP5 and PHP7)
Stars: ✭ 400 (+1328.57%)
Mutual labels:  development, static-code-analysis
Revive
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
Stars: ✭ 3,139 (+11110.71%)
Mutual labels:  static-code-analysis, linter
Xray React
React layout debugger.
Stars: ✭ 128 (+357.14%)
Mutual labels:  development, style
rubocop-graphql
Rubocop extension for enforcing graphql-ruby best practices
Stars: ✭ 143 (+410.71%)
Mutual labels:  static-code-analysis, linter
tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
Stars: ✭ 381 (+1260.71%)
Mutual labels:  static-code-analysis, linter
codeclimate-apexmetrics
ApexMetrics - Code Climate engine for Salesforce [DISCONTINUED use CC PMD instead)
Stars: ✭ 46 (+64.29%)
Mutual labels:  static-code-analysis, linter
Whispers
Identify hardcoded secrets and dangerous behaviours
Stars: ✭ 66 (+135.71%)
Mutual labels:  static-code-analysis, linter
Codelyzer
Static analysis for Angular projects.
Stars: ✭ 2,436 (+8600%)
Mutual labels:  static-code-analysis, style-guide
EditorConfig-Action
🔎A GitHub Action to check, enforce & fix EditorConfig style violations
Stars: ✭ 40 (+42.86%)
Mutual labels:  linter, style

standard-www travis javascript style guide

https://standardjs.com

Usage

This repository is used to generate a web site for standard

How to Generate a site and deploy it to netlify

git clone https://github.com/standard/standard-www
git push

Building without deploy

cd generate-site
npm install
npm start

Notes

  • The navigation menu is stored in layout/partials/toc.html
  • A custom layout is being used. The layout is based on witex (came from --export on generate-md)
  • gensite.js is where things get kicked off
    • First it will clone standard and awesome-standard and nab the *.md files.
    • Next, it will use generate-md to create a site.
    • Finally there is some file renaming and link re-writing that happens.

Contributing

Contributions welcome! Please read the contributing guidelines first.

License

ISC

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].