Skip to content

Instantly share code, notes, and snippets.

@xtian
xtian / 0.3.1.sh
Last active December 26, 2015 03:49
es6-module-transpiler install logs
~/Projects/es6-transpile$ npm i es6-module-transpiler@0.3.1 --loglevel=verbose
npm info it worked if it ends with ok
npm verb cli [ '/usr/local/Cellar/node/0.10.21/bin/node',
npm verb cli '/usr/local/bin/npm',
npm verb cli 'i',
npm verb cli 'es6-module-transpiler@0.3.1',
npm verb cli '--loglevel=verbose' ]
npm info using npm@1.3.11
npm info using node@v0.10.21
npm verb cache add [ 'es6-module-transpiler@0.3.1', null ]
@xtian
xtian / hack.sh
Created April 8, 2012 17:16 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2338577/hack.sh | sh
#
@xtian
xtian / html5boilerplate.jade
Last active December 23, 2023 15:05
HTML5 Boilerplate in jade
!!! 5
html(class='no-js')
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title
meta(name='description', content='')
meta(name='viewport', content='width=device-width, initial-scale=1')