-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
right now the default template (bookstrap) ist not really usable.
trivial solution is to manually clone the repo, add to project and fill it in papermill.json.
the actual solution involves several enhancements:
- use
npmas a library to enable installing deps from a papermill.json (usenpmas a library #18) - same with
bower, but reps would be inbowerDependencies(?) (useboweras a library #19) - to make it usable, use grunt-init internally for
mill new(usegrunt-initas a library #20)