Last active
August 7, 2018 14:44
-
-
Save codingedgar/6f4fa81d79a86c9c4caeb3eadecd467b to your computer and use it in GitHub Desktop.
Un buen flujo de trabajo en Node.js: Makefile (basic)
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
init: | |
brew install yarn | |
yarn init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment