A Developer Relations Meter (DevRelOMeter) to determine if you are practicing - or considering practicing - Developer Evangelism or Advocacy.
I wrote a blog post on Defining Developer Relations which was the inspiration for the DevRelOMeter.
https://leggetter.github.io/devrelometer/
- Node
npm install -g jspm
npm install -g gulp-cli
npm install
Runs a web server and launches the browser.
gulp
Builds to dist
.
gulp build-dist
Pushes contents of dist
to gh-pages
of the origin
remote gh-pages
branch.
gulp deploy
MIT