1.0.1 • Published 4 years ago

ts-nectar-cli v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

TS Nectar CLI

The Nectar React CLI is a command-line interface tool that you use to initialize, develop, and maintain React application.

Build Status

License

Usage

$ npm install -g nectar-cli

Commands

  • nectar init
  • nectar init --config=/Users/olehpolishchuk/.nectar_config
  • nectar reinit --config=/Users/olehpolishchuk/.nectar_config
  • nectar generate component HomeSlider
  • nectar remove component HomeSlider
  • nectar generate page Home