-
Notifications
You must be signed in to change notification settings - Fork 210
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
Added Basic CLI #95
Added Basic CLI #95
Conversation
oooooooooooooo 🎈 |
I will make keep on making changes on this PR. |
Then I will add the rest as FTO issues as you suggested earlier. |
@nadya check this out! commandline interface! |
Yes and let's add a CLI section to the README to show just a simple example of the usage, like: $ ./index.js -i file.jpg -s "invert" What is the filneame of the output? |
I have added the outputs feature. Now modules' text outputs are shown in this manner:
|
Since CLI is the least developed part of image sequencer, I see immense opprtunity of creating FTOs here. As you had suggested earlier @jywarren, I think It would be a good idea to shift development to other issues and add some of the semaining CLI features as FTOs. Sounds cool? |
If yes, then I think we should merge this in and then I can start writing FTOs for CLI! |
Yes!!
…On Aug 25, 2017 6:03 PM, "Chinmay Pandhare" ***@***.***> wrote:
If yes, then I think we should merge this in and then I can start writing
FTOs for CLI!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ7Cp1eYYy7MCGMqVzA1GvUZq9ZHmks5sb0SugaJpZM4PBf5U>
.
|
I have added basic CLI.
The main file is
./index.js
Usage
Options
-i
and-s
are required flags. not specifying either will throw an error and callprocess.exit(1)