I hereby claim:
- I am educastellano on github.
- I am educastellano (https://keybase.io/educastellano) on keybase.
- I have a public key ASDa0NQQ0JwI5ntENt_FvwpvHvkkNV6oZLtfSz5JOsENyAo
To claim this, I am signing this object:
function MyComponent () { | |
return ( | |
<div className="MyComponent"> | |
<img | |
is="my-image" | |
className="MyComponent__image" | |
src="image.png" | |
/> | |
</div> | |
) |
#!/usr/bin/env node | |
import fs from 'fs' | |
import path from 'path' | |
const args = process.argv.slice(2) | |
const input = args[0] | |
const objectPath = args[1] | |
if (!input) { | |
console.log('> Missing folder') |
/* | |
* Utility to log branches merged into main | |
* | |
* It finds branches from commit messages because of squashed commits (and so 'git branch --merged' doesn't work), | |
* so results might not be accurate, use it at your own risk. | |
*/ | |
import { exec as execCb } from 'child_process' | |
function exec (cmd) { | |
return new Promise((resolve, reject) => { |
I hereby claim:
To claim this, I am signing this object: