Skip to content

ToshioCP/Rake-tutorial-for-beginners-en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rake tutorial for beginners

Click here to see the tutorial.

This tutorial is originally written in Japanese and posted to "Omokon" blog. The contents of this tutorial covers wider range than the original one. There is a Japanese version GitHub repository.

Download

  • Click the green button named "Code" and Click "DownloadZIP".
  • git clone is also possible.

Rakefile

Rakefile in the top directory makes HTML file in the docs directory. It converts sec*.md to HTML and copies style.css and image files into docs directory.

Type rake to generate an HTML file.

$ rake

Then you can get an HTML file in your local computer.

  • rake clean: deletes LerningRake.md, which is an intermediate file.
  • rake clobber: deletes all the generated files. It makes the repository to the initial status.

About

Rake (Ruby application) tutorial for beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors