forked from Karumi/learnyougit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
6 lines (6 loc) · 1.75 KB
/
params.json
1
2
3
4
5
6
{
"name": "Learn You a Git",
"tagline": "A self-guided workshop to learn the basics and internals of Git",
"body": "![Karumi logo][karumilogo] Learn You A Git For Serious Amusement!\r\n======\r\n\r\nLearn how to use Git in an interactive workshop right from your favourite console. No previous knowledge of Git or other version control system is needed, just a console, `npm` and your hands!\r\n\r\n![Screenshot][screenshot]\r\n\r\nUsage\r\n-----\r\n\r\n1. Install node from the [official page](https://nodejs.org/en/download/)\r\n2. `npm install learnyougit -g`\r\n3. `learnyougit`\r\n\r\nOnce inside the workshop you will be able to navigate through all the lessons and validate your knowledge!\r\n\r\nLibraries\r\n---------\r\n\r\n* [workshopper](https://github.com/workshopper/workshopper-adventure)\r\n* [nodegit](https://github.com/nodegit/nodegit)\r\n* [chalk](https://github.com/chalk/chalk)\r\n\r\nLicense\r\n-------\r\n\r\n```\r\nCopyright 2016 Karumi\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n```\r\n\r\n[screenshot]: art/screenshot.png\r\n[karumilogo]: https://cloud.githubusercontent.com/assets/858090/11626547/e5a1dc66-9ce3-11e5-908d-537e07e82090.png\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}