Skip to content

lfrsales/readme-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README Templates

A set of README.md templates to use when creating lfrsales projects.

How to Use

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.)

Available Templates

Liferay Workspace Project

View README.md

curl -LJO https://raw.githubusercontent.com/lfrsales/readme-templates/master/liferay-workspace-project/README.md

Liferay JS Theme

View README.md

curl -LJO https://raw.githubusercontent.com/lfrsales/readme-templates/master/liferay-js-theme/README.md

Javascript Projects

View README.md

curl -LJO https://raw.githubusercontent.com/lfrsales/readme-templates/master/javascript-project/README.md

Issues & Questions Welcome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published