Is your feature request related to a problem? Please describe.
Add a LICENSE file in the created app. Currently, the LICENSE is set to ISC in package.json file of the created app but there is no file created yet.
Describe the solution you'd like
Add a LICENSE file with the following for ISC
Copyright (c) 4-digit year, Company or Person's Name
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Source: http://opensource.org/licenses/ISC
Describe alternatives you've considered
Just make sure the quote above is the correct one
Additional context
Please make sure to update the file structure in the README.md
Is your feature request related to a problem? Please describe. Add a LICENSE file in the created app. Currently, the LICENSE is set to
ISC
in package.json file of the created app but there is no file created yet.Describe the solution you'd like
Describe alternatives you've considered
Additional context
README.md