hci-lab / vispack

Package manager for visualization application
Other
1 stars 1 forks source link

What's application expected cli arguments? #3

Open samehkamaleldin opened 8 years ago

samehkamaleldin commented 8 years ago

the application will be command line based, and about the interface i think it will be npm like as follow:

vispack install user/rep
vispack remove user/rep

any opinions about that?

YusufMohamed commented 8 years ago

if we manage to map node src/vispack to vispack only then yea we will be able to do the following

vispack install github_url
vispack remove plugin_name

right now it is 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/