Skip to content

Instantly share code, notes, and snippets.

View gjain574's full-sized avatar

Gautam Jain gjain574

View GitHub Profile
{% macro CustomInput(label) %}
<div class="form-group">
<label class="abc-c-form__label" for="">{{ label }}</label>
<input class="abc-c-form__controller form-control" type="input">
</div>
{% endmacro %}
@gjain574
gjain574 / nodejs-cheatsheet.js
Created July 17, 2019 15:57 — forked from LeCoupa/nodejs-cheatsheet.js
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html