Skip to content

Instantly share code, notes, and snippets.

View hellosze's full-sized avatar

sze chan hellosze

  • hello sze
  • new york city, new york
View GitHub Profile
@hellosze
hellosze / nvmCommands.js
Created May 7, 2022 14:11 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list installed versions of node (via nvm)
nvm ls
// install specific version of node
nvm install 6.9.2
// set default version of node
{
"id": "components/news/Article",
"props": {
"addthisOptions": {
"className": "addthis_inline_share_toolbox",
"position": "below-body"
},
"showStoryAds": true,
"adPlacementPattern": 3,
"minRequiredCharacterNumber": 50,
@hellosze
hellosze / csslint.sublime-build
Created September 1, 2011 03:35
csslint - build config for Sublime Text 2
{
"cmd": ["csslint", "$file_name"],
"path": "/usr/bin"
}