UNPKG

521 Btext/x-handlebars-templateView Raw
1Setup
2-----
3
4### Installing apeman CLI
5
6Install [apeman][apeman_url] globally via [npm][npm_url], so that you can use `apeman` command from anywhere.
7
8```bash
9$ npm install apeman -g
10```
11
12
13### Checking Prerequisites Filled
14
15
16Check if prerequisites by Apemanfile.js are full-filled.
17
18```bash
19$ apeman need
20```
21
22
23### Installing Dependencies
24
25Install dependencies written in `package.json` via [npm][npm_url].
26
27```bash
28$ npm install
29```
30
31[apeman_url]: https://www.npmjs.com/package/apeman
32[npm_url]: https://www.npmjs.com/
33
34
\No newline at end of file