Coder Social home page Coder Social logo

ebello / generator-wintersmith-perf Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 124 KB

A set of packages and build scripts to enable a highly optimized and performant static site using wintersmith. Enables easy deployment to S3.

License: MIT License

JavaScript 90.73% CSS 0.10% HTML 9.18%

generator-wintersmith-perf's Introduction

generator-wintersmith-perf devDependency Status

Greenkeeper badge

A set of packages and build scripts to enable a highly optimized and performant static site using wintersmith. Enables easy deployment to S3.

Setup

Requires node and npm. brew install node gets you both.

  1. Download latest zip.
  2. Rename folder to project name.
  3. cd [PROJECT NAME]
  4. npm install
  5. gulp
  6. Point your browser to http://localhost:8888

Build environment

Running gulp starts the development environment. All HTML, CSS, JS files are monitored and changes will automatically reload Chrome if you have the extension installed.

CSS

Place Sass files in ./styles. Write valid CSS and autoprefixer will take care of any vendor prefixes.

JavaScript

Place your scripts in ./scripts/client. Use browserify to bundle all client files together. Libraries can be placed under ./scripts/vendor. Scripts will be minified with uglify. Any file ending with .min.js will not be minified again. ES6 is supported by babel.

Images

Create a ./assets folder to place images, downloads, or other miscellaneous files. If you have images to use for retina screens, place them in a folder named 2x under ./assets. Retina images will automatically be sized down 50% and placed in the folder above the 2x folder it is residing in. Run gulp responsive_images:resize_2x_images to resize them.

Deployment testing

Run gulp deploy:test to run through the entire build process and host the site locally.

Amazon S3 deployment

S3 configuration for staging and production is included. Find the appropriate config section in gulp-utilities.js and fill in the S3 buckets you're using. Run gulp deploy --target=staging or gulp deploy --target=production.

Wintersmith

The config file for Wintersmith is at ./config.json. Nunjucks is included for the templating language.


Heavily inspired from https://github.com/davidtucker/davidtucker-blog

generator-wintersmith-perf's People

Contributors

ebello avatar greenkeeper[bot] avatar greenkeeperio-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

alex-node

generator-wintersmith-perf's Issues

An in-range update of gulp-autoprefixer is breaking the build 🚨

Version 4.1.0 of gulp-autoprefixer was just published.

Branch Build failing 🚨
Dependency gulp-autoprefixer
Current Version 4.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

gulp-autoprefixer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of normalize-scss is breaking the build 🚨

Version 7.0.1 of normalize-scss was just published.

Branch Build failing 🚨
Dependency normalize-scss
Current Version 7.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

normalize-scss is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 11 commits.

  • 656c32a Release 7.0.1
  • 8e52562 Add gemspec script to automatically update gemspec on release
  • c8c011d Remove cruft from npm package by updating .npmignore
  • 0f20dfa Add auto-generated CHANGELOG
  • bd1543c Update package-lock
  • dede90a chore(package): update mocha to version 5.0.0 (#126)
  • 6de4cb1 Add package-lock.json
  • e84c956 Update to Typey 1.1.2
  • 450d9f3 Add .npmignore
  • d5e3d7d Drop Node.js v0.12 support
  • 90c5d18 Remove completely out-of-date CHANGELOG.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of moment is breaking the build 🚨

Version 2.19.0 of moment was just published.

Branch Build failing 🚨
Dependency moment
Current Version 2.18.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

moment is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of browserify is breaking the build 🚨

Version 14.5.0 of browserify was just published.

Branch Build failing 🚨
Dependency browserify
Current Version 14.4.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

browserify is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 9 commits.

  • ccc0213 14.5.0
  • f2e720a changelog 14.5.0
  • 37bd7b4 Merge pull request #1733 from dignifiedquire/patch-1
  • 5a0c9ac use ~ range for <v1.0 deps
  • 866a2e7 Merge pull request #1767 from amiller-gh/master
  • 9857f90 Update os-browserify to 0.3.0
  • 0305b70 update readme links and travis badge
  • 9bc05a3 code of conduct
  • 52c0856 bump browserify-zlib to 0.2.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of wintersmith is breaking the build 🚨

Version 2.4.0 of wintersmith just got published.

Branch Build failing 🚨
Dependency wintersmith
Current Version 2.3.6
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As wintersmith is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 8 commits.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of gulp-awspublish is breaking the build 🚨

Version 3.3.1 of gulp-awspublish was just published.

Branch Build failing 🚨
Dependency gulp-awspublish
Current Version 3.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

gulp-awspublish is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 5 commits.

  • da7cda7 Bump version 3.3.1
  • a364f07 Merge pull request #146 from TheDancingCode/issue-145
  • 7156fb0 Drop dependency on deprecated gulp-util
  • 833242d add timeout adjust instructions (#132)
  • f9b29ec Remove non-essential files from npm package (#130)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of browser-sync is breaking the build 🚨

Version 2.19.0 of browser-sync was just published.

Branch Build failing 🚨
Dependency browser-sync
Current Version 2.18.13
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

browser-sync is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of vinyl-source-stream is breaking the build 🚨

Version 1.1.1 of vinyl-source-stream was just published.

Branch Build failing 🚨
Dependency vinyl-source-stream
Current Version 1.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

vinyl-source-stream is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of gulp-notify is breaking the build 🚨

Version 3.1.0 of gulp-notify was just published.

Branch Build failing 🚨
Dependency gulp-notify
Current Version 3.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

gulp-notify is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 7 commits.

  • 398d0a4 v3.1.0
  • fc51ff2 Merge pull request #124 from ohbarye/replace-gulp-util
  • 46efdc6 Move vinyl to devDependencies
  • 173fcb0 Use ansi-colors instead of chalk due to node version compatibility
  • 1e8c372 Remove unused through import
  • 3284a51 Drop dependency on deprecated gulp-util
  • 455250c npm install chalk fancy-log plugin-error lodash.template vinyl

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of superagent is breaking the build 🚨

Version 3.6.1 of superagent just got published.

Branch Build failing 🚨
Dependency superagent
Current Version 3.6.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As superagent is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 9 commits.

  • 1930bd4 Work around mime-types flipflopping about XML mime type
  • 1e255c2 Update node versions in CI
  • 96f3df8 Update dependencies
  • 0e85681 docs(piping): add note about chunked transfer encoding
  • 0274b7b Syntax fix
  • 7326cc0 Field/attach docs
  • c5be156 Upgrading instructions
  • f059135 ES6 in readme examples
  • cbf8569 Update dependency

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of gulp-rev-replace is breaking the build 🚨

Version 0.4.4 of gulp-rev-replace was just published.

Branch Build failing 🚨
Dependency gulp-rev-replace
Current Version 0.4.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

gulp-rev-replace is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 8 commits.

  • 90e320e bump to 0.4.4
  • 5d33e2f Merge pull request #82 from TheDancingCode/issue-81
  • 91ac7f1 Drop dependency on deprecated gulp-util
  • 05a6de8 Merge pull request #71 from jbielick/patch-1
  • 4c87b4e allow options.canonicalUris to be false
  • 0033a37 Merge pull request #54 from PointSource/feature/README-update-gulp-useref
  • cc3a893 Fix calling filter's restore as a function rather than passing straight into .pipe
  • ef1d7b8 Update the README to reflect the latest useref API

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of gulp-istanbul is breaking the build 🚨

Version 1.1.3 of gulp-istanbul was just published.

Branch Build failing 🚨
Dependency gulp-istanbul
Current Version 1.1.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

gulp-istanbul is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v1.1.3

Fix deprecated gulp-utils usage

Commits

The new version differs by 3 commits.

  • 6ea01ce 1.1.3
  • 7b74390 replaced deprecated gulp-util and fixed broken test (#129)
  • 1e3adcb chore(package): update mocha to version 4.0.0 (#126)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

Version 2.3.6 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 2.3.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As sinon is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 30 commits.

  • 496f6b0 Update docs/changelog.md and set new release id in docs/_config.yml
  • 60a3284 Add release documentation for v2.3.6
  • 98119bf 2.3.6
  • 4f07053 Update Changelog.txt and AUTHORS for new release
  • 1fc4d59 Experiment over
  • 13e11c8 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 3
  • 76dd323 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 2
  • 83e84a9 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10
  • 6adba15 Merge pull request #1473 from fearphage/eslint-yaml
  • e1d188c fixed capitalization
  • d22eda3 Merge pull request #1313 from takasmiley/issues/#1274
  • 1661a0f Add test code of spy.matchingFakes
  • cf3a34e Move #1274 test code to respective test files
  • 833ff2c Replace for loop with Array.prototype.forEach
  • e72fee4 Update matchingFakes, always returns array

There are 30 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of run-sequence is breaking the build 🚨

Version 2.2.0 of run-sequence just got published.

Branch Build failing 🚨
Dependency run-sequence
Current Version 2.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As run-sequence is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 3 commits.

  • 37e17be 2.2.0
  • c450122 Changelog, cleanup for orchestration events change
  • 2155560 handle orchestration aborted events (#97)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of gulp-rev is breaking the build 🚨

Version 8.1.0 of gulp-rev was just published.

Branch Build failing 🚨
Dependency gulp-rev
Current Version 8.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

gulp-rev is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 5 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of install is breaking the build 🚨

Version 0.10.2 of install was just published.

Branch Build failing 🚨
Dependency install
Current Version 0.10.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

install is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 11 commits.

  • 7f90133 Run Travis CI tests in Node 8 and 9, too.
  • 668ff6b Bump NPM version to 0.10.2 in preparation for publishing.
  • b8e62ae Batch multiple calls to module.prefetch into one install.fetch call.
  • 8733c68 Add a package-lock.json file for reproducible installs.
  • 1c80ac7 Use a stricter version of Object.prototype.hasOwnProperty.
  • be2cd97 Remove unnecessary conditional.
  • 29bab8a Reverse order of isObject conjunction clauses.
  • 9b45cf0 chore(package): update reify to version 0.12.3 (#35)
  • 721ca13 chore(package): update mocha to version 4.0.1 (#34)
  • 9146a6d Ugrade reify to latest version.
  • b791a9f Ugrade uglify-js to latest version.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of watchify is breaking the build 🚨

Version 3.10.0 of watchify was just published.

Branch Build failing 🚨
Dependency watchify
Current Version 3.9.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

watchify is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 8 commits.

  • 5f7f27b 3.10.0
  • 6de686b browserify@15
  • cf05baa Merge pull request #319 from a0viedo/patch-1
  • 114982d Merge pull request #326 from mjomble/patch-1
  • e2a6e82 Merge pull request #335 from palfrey/patch-1
  • d49c5e9 Should be "b.bundle" not "w.bundle"
  • 230c72c Fixed typo in readme
  • 074d6da link build badge to master branch

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of vinyl-buffer is breaking the build 🚨

Version 1.0.1 of vinyl-buffer was just published.

Branch Build failing 🚨
Dependency vinyl-buffer
Current Version 1.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

vinyl-buffer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 4 commits.

  • 1b9ac0e 1.0.1
  • 4a3e6d2 Upgrade vinyl-source-stream
  • da85afb Update deps and remove file.clone() (#7)
  • 42e5bb1 Update README.md with correct use of Browserify (#6)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

Version 3.3.0 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 3.2.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As sinon is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 24 commits.

  • e9f40a2 Rename Changelog.txt to History.md
  • 40edb3e Update docs/changelog.md and set new release id in docs/_config.yml
  • 27986c8 Add release documentation for v3.3.0
  • 85f30b5 3.3.0
  • 7d45683 Update Changelog.txt and AUTHORS for new release
  • 10906a7 Merge pull request #1560 from servel333/nested_property_matcher
  • a54b38c Fixes docs for error.
  • 04ba963 Adds sinon.match.hasNested
  • 5fbd9ee Merge pull request #1549 from killmenot/fix-1442
  • 0a34cf5 Merge pull request #1550 from kuba-orlik/patch-1
  • a90f3ce Merge pull request #1558 from fatso83/fix-eslint-error
  • 32e4516 Update code to stricter linting
  • 212e91d Fix eslint peerDependencies error
  • 5606815 Fix double backticks in inline code examples
  • af30213 fix #1442

There are 24 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Use wintersmith preview

Wintersmith preview might be more efficient than rebuilding an entire site after modifying a file using watch.

An in-range update of gulp-responsive is breaking the build 🚨

Version 2.9.0 of gulp-responsive was just published.

Branch Build failing 🚨
Dependency gulp-responsive
Current Version 2.8.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

gulp-responsive is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 5 commits.

  • 75b2e4d 2.9.0
  • e632ac9 updated node versions for travis
  • 6ee6d96 Merge pull request #83 from rejas/gutil
  • 370d3c2 Update dependencies (except sharp)
  • ed97bcf Replace deprecated gulp-util package

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.