##Introduction
Perkins CLI
Because every Batman needs his Robin, we've created the helper to the helper. Perkins-CLI it's the best way to start using Perkins. The only thing you have to know is to use your Terminal.
Starting with Perkins-CLI
First of all, you need to had installed nodejs with npm. Then you have to go to your Terminal and type:
npm install -g perkins
This action will install perkins
in your computer via npm and it will be able to use via command line.
The next step is start your website with this command:
perkins init my-awesome-website
Asuming that your website will gonna be awesome
This action will install Perkins and you will be ready to start to build your website.
The server
There's another step that will help you to build your website even more comfortable. Perkins-cli can make you a sandwich webserver for your site, in order to give you more freedom.
You don't need to install nothing, the only thing that you have to do is:
perkins server my-awesome-website
And... that's all!
We hove you enjoy this application just like us.