We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the application will be command line based, and about the interface i think it will be npm like as follow:
npm
vispack install user/rep vispack remove user/rep
any opinions about that?
The text was updated successfully, but these errors were encountered:
if we manage to map node src/vispack to vispack only then yea we will be able to do the following
node src/vispack
vispack
vispack install github_url vispack remove plugin_name
right now it is node src\vispack install github_url
node src\vispack install github_url
i don't know if this will help us or not http://javascriptplayground.com/blog/2015/03/node-command-line-tool/
Sorry, something went wrong.
No branches or pull requests
the application will be command line based, and about the interface i think it will be
npm
like as follow:any opinions about that?
The text was updated successfully, but these errors were encountered: