December 2016
Beginner to intermediate
222 pages
5h 32m
English
© Jörg Krause 2017
Jörg Krause, Programming Web Applications with Node, Express and Pug , 10.1007/978-1-4842-2511-0_8
Jörg Krause1
(1)Berlin, Germany
The command line can use auxiliary functions directly, for example translating sites into static HTML at first.
The installation takes place via npm (-g stands for global).
1 $ npm install pug -gCommand line tools are often called “CLI”: Command Line Interface.
The use of the command line looks as follows:
1 $ pug [options] [dir|file ...]Options | |
|---|---|
-h, --help | help for usage |
-V, --version | version of the ... |
Read now
Unlock full access