npm.io
0.0.6 • Published 2 years agoCLI

@elllphnt/react-dev-tools

Licence
MIT
Version
0.0.6
Deps
15
Size
94 kB
Vulns
0
Weekly
0

Elllephant React Dev Tools

This package contains the cli tool for interacting with elllephant while developing react apps.

Installation

Start by installing the package:

npm install @elllphnt/react-dev-tools | yarn add @elllphnt/react-dev-tools

Usage

init
npx elll init | yarn elll init

This command will ask you a series of questions to initialize your project. Among other things, it will create an elll.json file in the root of your project. This file contains the configuration for the elllephant cli tool.

start
npx elll start | yarn elll start

This command will start the elllephant dev server. Once the server is running, it will provide instructions for connecting to the server.

compile
npx elll compile | yarn elll compile

This command will compile your elll project to react components.

watch
npx elll watch | yarn elll watch

This command will watch your elll project for changes and compile them to react components.

License

MIT