Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse the cli arguments #20

Open
iAmao opened this issue Jun 11, 2017 · 0 comments
Open

Parse the cli arguments #20

iAmao opened this issue Jun 11, 2017 · 0 comments

Comments

@iAmao
Copy link
Owner

iAmao commented Jun 11, 2017

Do you want to request a feature or report a bug?

Feature

What is the current behavior?

Currently the project does not handle any cli argument

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).

N/A

What is the expected behavior?

Command line arguments should be parsed.
For example, if I type:
$ raise new app
Then it should know I wish to create a new react application
List of cli args:
new - create new react app
component - create new component
action - create new action
reducer - create new reducer
test:e2e - create new e2e test spec
test:component - create new component test spec
test:action - create new action test spec
test:reducer - create new reducer test spec

Which versions of react-raise, and which browser / OS are affected by this issue? Did this work in previous versions of react-raise?

N/A

NB: You can drop a comment below for more clarification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant