biojs / generator-biojs-webcomponents

Generate all the boilerplate for your next BioJS tool!
http://training.biojs.net
MIT License
9 stars 2 forks source link

Command line scaffold? #2

Open yochannah opened 5 years ago

yochannah commented 5 years ago

I've never made a command line specific tool - I'm mostly a browser person. Does anyone have a good set of basic requirements for what we'd need? My guesses

  1. build script (webpack, with nicely configured package.json scripts)
  2. index.js
  3. travis.yml
  4. tests + dependencies set up
  5. package.json with likely dependencies (e.g. devdependencies for builds).
DennisSchwartz commented 5 years ago

Is this still relevant? Your list sounds great, but I would add a nice command line --help output and maybe docs in general :)

yochannah commented 5 years ago

I think it is still relevant, yes!

good suggestions, also.

sarthak-sehgal commented 5 years ago

@Nikhil-Vats @yochannah is this still relevant?

Nikhil-Vats commented 5 years ago

I think this is done too. @yochannah can you confirm, please?