9781981028245
Automating with Node.js
by 作者: Mr Shaun Michael Stone
ISBN-10 书号: 1981028242
ISBN-13 书号: 9781981028245
Publisher Finelybook 出版日期: 2018-06-02
Pages: 196
Automate your workflow with the power of Node.js! If your job is loaded with manual work,then why not write scripts that can deal with it for you? With this book,you will learn how to deal with many tasks such as zipping files,emailing colleagues,and deploying your work at the press of a button. The book is structured into two parts: The first part is a collection of recipes,or building blocks that behave as individual global commands. These can be used as you go about your day,and can be called at any time to speed up your workflow or for pure convenience. The second part is a walkthrough of creating a cross-platform build tool from the ground up that you and your team can use to speed up your workflow.
Part 1-Examples
001-Arguments
002-Process
003-Query String
004-URL
005-oS
006-Open
007-File System
008-Zip
009-Colours
010-Question
011-Cloning
012-Branching
013-Retain State
014-Choose Template
015-Email
016-SMS
017-CSV
018-Shorten URL
019-Minimist
020-Build
Part 2-Build Tool
Scenario
Build Tool Planning
Commander
Configuration
Constants
Helpers
Setup
Command-Setup
Command-Template
Command-Game
Creator-Rock Paper Scissors
End to end
Wrap up