Skip to content

Instantly share code, notes, and snippets.

View abelyakin's full-sized avatar

Alexander Belyakin abelyakin

View GitHub Profile
@abelyakin
abelyakin / README-Template.md
Created July 12, 2018 10:31 — forked from mukgupta/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

var gulp = require('gulp');
var clean = require('gulp-clean');
var jshint = require('gulp-jshint');
var concat = require('gulp-concat');
var uglify = require('gulp-uglify');
var imagemin = require('gulp-imagemin');
var bases = {
app: 'app/',
@abelyakin
abelyakin / 0_reuse_code.js
Created March 10, 2017 17:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console