polydux-cli
v0.1.0
Published
A command-line tool for Polymer + Redux (Polydux) projects
Downloads
11
Readme
polydux-cli
A command-line tool for Polymer + Redux (Polydux) projects.
Overview
Polydux-CLI includes several command:
- make:page - Generate new page component into project
- make:component - Generate new shared component into project (COMING SOON)
- make:reducer - Generate new reducer into project (COMING SOON)
Installation
Install via npm:
$ npm install -g polydux-cli
Then run via polydux <command>
:
$ polydux --help
Commands
help
Displays help on commands and options:
$ polydux --help
make:page
Generate new page component into project.
Specify your page name:
$ polydux make:page <page-name>
Specifiy your page component name (including prefix):
$ polydux make:page <page-name> --prefix <desired-prefix>
You can download and run templates built by our community as well. Search npm for the full list.
Supported node.js versions
Polymer CLI targets the current LTS version (4.x) of Node.js and later.
Bugs
Please report any issues related to this toolkit here https://github.com/withmandala/polydux-cli/issues
License
Copyright (c) 2017 Krisna Fathurahman. polydux-cli
is MIT Licensed.