0.2.1 • Published 7 years ago

ergo-cli v0.2.1

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

Ergo Command Line

This is the command-line edition of ergo-cms. Please visit ergo-cms.github.io for more information.

npm Package build status

Installation and Getting Started

Ergo supports version 4.x and 6.x and is regularly tested on them.

Try playing with the skeleton file:

ergo init Blog
cd Blog
ergo view -b -w

Don't like the theme? Try Smart Bootstrap's 'Clean Blog' (or view more here):

ergo view -c -b -w

Switch back the original theme?

ergo view -c -b -w

Don't want to install globally? No problem:

cd Blog
npm install
npm run ergo -- view -b -w

Just use npm run ergo -- ... in place of running ergo ... for all commands!

Need help with commands and parameters?

Just type ergo --help or ergo [command] --help.

0.2.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago