-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add README.md to boilerplates #82
Comments
Should be simple enough. By the way, if you haven't seen the error modal dialog yet (I hope not), it's pretty neat. It comes with a Report a bug link that opens a new GitHub issue with the error message as Title and error stack trace as Body, making it pretty easy to track down the problems. |
People will use the mega boiler plate to kick-start their projects (ala Hackaton Starter). Think abou hackatons or high school students who don't know what a README.md is or don't have time for it. It creates value to them and you can refer back to your github MBP project in it (free advertisement). =) |
How does this look? Any improvement suggestions? Mega Boilerplate AppGenerated by http://megaboilerplate.com Configuration
LicenseThe MIT License (MIT) Copyright (c) 2016 Sahat Yalkabov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Yeah looks good mate. |
Add a simple README.md file which would contain the basics:
(ie: Node.js + express + ... )
Note this would greatly help when opening issues... so we don't have to enter one-by-one how we generated something but rather could just copy/paste from your generated README what we generated.
The text was updated successfully, but these errors were encountered: