Skip to content

Instantly share code, notes, and snippets.

View sh19910711's full-sized avatar

Hiroyuki Sano sh19910711

View GitHub Profile
@sh19910711
sh19910711 / arch-linux-install.sh
Last active January 1, 2016 00:19
arch linux
# 2013-12-21
# test
path = require 'path'
yeoman = require 'yeoman-generator'
module.exports = class TestGenerator extends yeoman.generators.Base
constructor: (args, options, config) ->
yeoman.generators.Base.apply this, arguments
@on 'end', ->
@installDependencies skipInstall: options['skip-install']
@pkg = JSON.parse @readFileAsString path.join __dirname, '../package.json'

test

@sh19910711
sh19910711 / !git-contest.md
Last active January 3, 2016 23:38
git-contest specification drafts
@sh19910711
sh19910711 / GSoC2016.md
Created August 22, 2016 13:14
Ruby::GSoC2016::WebConsole