Skip to content

Instantly share code, notes, and snippets.

View chee's full-sized avatar
🍕
partying

chee chee

🍕
partying
View GitHub Profile
@chee
chee / package.json
Last active October 31, 2018 07:24
{
"name": "dep1",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install": "[ $(pwd | grep node_modules -o | wc -l) == 1 ] || (echo i am conflicted please help && exit 22)"
},
"keywords": [],
"author": "chee <chee@snoot.club>",
@chee
chee / package.json
Last active October 31, 2018 07:23
{
"name": "dep1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install": "[ $(pwd | grep node_modules -o | wc -l) == 1 ] || (echo i am conflicted please help && exit 22)"
},
"keywords": [],
"author": "chee <chee@snoot.club>",
@chee
chee / package.json
Created October 31, 2018 07:12
reliesondep11
{
"name": "relyonversion2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "chee <chee@snoot.club>",
@chee
chee / package.json
Created October 31, 2018 07:13
rely on version 1
{
"name": "relyonversion1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "chee <chee@snoot.club>",
@chee
chee / package.json
Created October 31, 2018 10:54
oh no a nest
{
"name": "honk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "chee <chee@snoot.club>",
export default (...functions) => (...args) =>
functions
.slice(0, -1)
.reduceRight(
(result, fn) => fn(result),
functions[functions.length - 1](...args)
)
@chee
chee / goomba.js
Created January 21, 2019 16:19
goomba.js
#!/usr/bin/env node
function big (str) {
return Array.from(str, letter => letter == ' ' ? ':blank:' : ':b' + letter + ':').join('')
}
function goomba(str) {
const goomba = ':goomba:';
return goomba.repeat(str.length+2) + '\n' + goomba + big(str) + goomba + '\n' + goomba.repeat(str.length+2);
}
@chee
chee / index.js
Created January 28, 2019 21:35
abe's library
module.exports.squonge = function squonge (squimple) {
return `squonge squonge squonge squonge squonge ${squimple}`
}
@chee
chee / components.json
Created February 12, 2019 09:43
convert bower manifest to npm manifest
[
"fticons",
"o-assets",
"o-autoinit",
"o-banner",
"o-brand",
"o-buttons",
"o-colors",
"o-cookie-message",
"o-date",

Keybase proof

I hereby claim:

  • I am chee on github.
  • I am snootgirl (https://keybase.io/snootgirl) on keybase.
  • I have a public key whose fingerprint is 1742 C56C E224 1856 DDE1 127C 189A D605 5473 DAFA

To claim this, I am signing this object: