Last active
February 12, 2022 12:11
-
-
Save chico/399fbc129704f751ed33c1450b04db8e to your computer and use it in GitHub Desktop.
Generate code image from a gist URL using carbon-now-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -nv -O code ${1:-shorturl.at/bkzQ1} | |
yarn global add carbon-now-cli | |
carbon-now -h code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment