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

Generate a Datafile with command like data init #18

Open
btc opened this issue Feb 8, 2014 · 1 comment
Open

Generate a Datafile with command like data init #18

btc opened this issue Feb 8, 2014 · 1 comment

Comments

@btc
Copy link
Collaborator

btc commented Feb 8, 2014

Many package managers provide commands to generate blank manifests. This would be nice to have.

Examples:

# npm: Interactively create a package.json file
npm init
# Ruby: generate a blank Gemfile
$ bundle init
@jbenet
Copy link
Owner

jbenet commented Feb 9, 2014

Currently this is covered with data pack make, which is a plumbing command underneath data publish.

data publish just calls:

  • data pack make
  • data pack upload
  • data pack publish

See data pack help.
(I think data pack make -> data pack init.)

It may be the case that data publish creates more confusion than it saves. The idea behind it is to have an (admittedly aggressive) "one command to publish."

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

2 participants