- Rake Task Management Essentials
- Andrey Koleshko
- 176字
- 2021-07-16 12:01:40
Chapter 1. The Software Task Management Tool – Rake
In this chapter, we will cover the installation of Rake, the definition of basic terms such as rake task and Rakefile, and how to use them for easy programming issues. The introduction will be given using straightforward examples to explain the terms as clearly as possible. You will see that Rake is a tool that is written in the Ruby programming language, and that's why any Ruby code can be written in a Rake application. Also, you have the choice of using any available Ruby library in a Rake project. This feature makes Rake the winner compared to many other build tools, which use their own limited languages. The chapter will serve as a base for introducing Rake's Domain Specific Language (DSL) and project file structuring.
In this chapter, we will cover the following topics:
- Installing Rake
- Introducing rake tasks
- The command-line arguments
- Using global Rakefiles to run tasks anywhere
- Defining custom rake tasks
- The structure of a Rake project
- The code conventions of Rake
- 精通Nginx(第2版)
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- JavaScript+DHTML語法與范例詳解詞典
- SQL Server 2016從入門到精通(視頻教學(xué)超值版)
- MySQL 8從入門到精通(視頻教學(xué)版)
- Full-Stack React Projects
- 快人一步:系統(tǒng)性能提高之道
- Scratch3.0趣味編程動手玩:比賽訓(xùn)練營
- Mockito Essentials
- Python程序設(shè)計(jì)開發(fā)寶典
- Learning Cocos2d-JS Game Development
- Android智能手機(jī)APP界面設(shè)計(jì)實(shí)戰(zhàn)教程
- Java語言程序設(shè)計(jì)實(shí)用教程(第2版)
- 鋁合金陽極氧化與表面處理技術(shù)(第三版)
- JavaScript程序設(shè)計(jì)實(shí)例教程(第2版)