The easiest way to add a page to a confluenza app
| npx & npm (Node 8.x.x+) | yarn create (Yarn 1.0.0+) | manual install (Node 6.x.x+) | |
|---|---|---|---|
| 1. | npx create-confluenza-page intro |
yarn create confluenza-page into |
npm install -g create-confluenza-page |
| 2. | cd src/pages/ |
cd src/pages/ |
create-confluenza-page intro |
| 3. | cd src/pages |
Open the directory and start editing it with your favourite editor.