Created
June 5, 2017 22:41
-
-
Save craigiswayne/c51f9911a8144595bfcd763f7c87dd41 to your computer and use it in GitHub Desktop.
Manage your json file data via a grunt task
This file contains 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
## | |
# Work in Progress | |
## | |
npm init | |
npm install grunt --save-dev | |
npm install [email protected] --save-dev | |
npm install [email protected] --save-dev | |
touch Gruntfile.js | |
touch manifest.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment