Skip to content

Instantly share code, notes, and snippets.

View holykol's full-sized avatar
👀
Looking at sourcehut

Timofey holykol

👀
Looking at sourcehut
View GitHub Profile

Keybase proof

I hereby claim:

  • I am holykol on github.
  • I am holykol (https://keybase.io/holykol) on keybase.
  • I have a public key ASBoi8fRSrXJiBM_iprQGeOHBl8RnCbnnlWY9HJxLRcP0Ao

To claim this, I am signing this object:

@holykol
holykol / hyper.json
Created November 17, 2017 15:00
My hyper settings
{
}
@holykol
holykol / gulpfile.js
Last active March 21, 2018 10:27
Simple HTML livereload
// yarn init -y && yarn add gulp gulp-connect gulp-watch
var gulp = require('gulp'),
connect = require('gulp-connect'),
watch = require('gulp-watch');
gulp.task('serve', function(event) {
connect.server({
root: "./",
port: 3000,
module.exports = {
root: true,
extends: [
"eslint:recommended",
"plugin:vue/recommended"
],
plugins: [
'vue'
],
env: {