rens-stack-cli

A RENS Stack Cli


License
ISC
Install
npm install rens-stack-cli@1.5.8

Documentation

    ______ _____ _   _  _____ 
    | ___ \  ___| \ | |/  ___|
    | |_/ / |__ |  \| |\ `--. 
    |    /|  __|| . ` | `--. \
    | |\ \| |___| |\  |/\__/ /
    \_| \_\____/\_| \_/\____/ 

RENS-Stack Cli

Installation

npm install -g rens-stack-cli
rens runs
rens create <project-name-here>
cd <project-name-here>
npm install
npm start

Make Empty Component

cd <your-project-here>
rens make <your-component-name-here>

Make Empty Page

cd <your-project-here>
rens page <your-page-name-here>

Extra Commands

Use npm start to start the server
Use npm run build for webpack production
Use npm run watch for webpack developing watch