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

transformer resolve should install #18

Open
jbenet opened this issue Jun 13, 2014 · 0 comments
Open

transformer resolve should install #18

jbenet opened this issue Jun 13, 2014 · 0 comments

Comments

@jbenet
Copy link
Owner

jbenet commented Jun 13, 2014

Right now:

> transformer install unix-time js-date iso-date
Installed:
- transformer.unix-time
- transformer.unix-time-to-js-date
- transformer.js-date
- transformer.js-date-to-iso-date
- transformer.iso-date

Future:

> transformer install unix-time js-date iso-date
Installed:
- transformer.unix-time
- transformer.js-date
- transformer.iso-date

> transformer resolve --install unix-time js-date iso-date
Installed:
- transformer.unix-time
- transformer.unix-time-to-js-date
- transformer.js-date
- transformer.js-date-to-iso-date
- transformer.iso-date

Notes:

  • transformer install a b c should only install a, b, c not a, a2b, b, b2c, c. that should include an explicit resolve step.
  • atm there is a double resolve step, one for types, one for conversions. this will go away when resolve is smarter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant