Skip to content

Instantly share code, notes, and snippets.

View mikejavier's full-sized avatar
🏠
Working from home

Michael Santillán mikejavier

🏠
Working from home
View GitHub Profile
@mikejavier
mikejavier / readme.md
Created November 4, 2016 00:46 — forked from coolaj86/how-to-publish-to-npm.md
How to publish packages to NPM

Getting Started with NPM (as a developer)

If you haven't already set your NPM author info, now you should:

npm set init.author.name "Your Name"
npm set init.author.email "you@example.com"
npm set init.author.url "http://yourblog.com"

npm adduser

@mikejavier
mikejavier / readme.md
Last active November 27, 2020 13:26
Readme Boilerplate

README Boilerplate

A template of README best practices to make your README simple to understand and easy to use.

Installation

Download to your project directory, add README.md, and commit:

curl -LO http://git.io/Xy0Chg
@mikejavier
mikejavier / gist:e7540f597f4c7e948cc8
Last active November 15, 2016 20:27
My sublime configured
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AlignTab",
"AutoFileName",
"BracketHighlighter",