A set of README.md templates to use when creating lfrsales
projects.
To add a template to your project run the following command in your project directory:
curl -LJO https://raw.githubusercontent.com/lfrsales/readme-templates/master/${template-type}/README.md
-L, --location
(HTTP) If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place.
-J, --remote-header-name
(HTTP) This option tells the -O, --remote-name option to use the server-specified Content-Disposition filename instead of extracting a filename from the URL.
-O, --remote-name
Write output to a local file named like the remote file we get. (Only the file part of the remote file is used, the path is cut off.)
curl -LJO https://raw.githubusercontent.com/lfrsales/readme-templates/master/liferay-workspace-project/README.md
curl -LJO https://raw.githubusercontent.com/lfrsales/readme-templates/master/liferay-js-theme/README.md
curl -LJO https://raw.githubusercontent.com/lfrsales/readme-templates/master/javascript-project/README.md