If we use the blueprint subcommand options (#106) and add a prompt: "ask a question" to the options, we can use the generate-from-blueprint to create user prompts to gather the requested data.
The we can refactor the bp init command such that bp init . does the same as bp generate blueprintrc .blueprintrc path=.
The big hurdle to this is making generate-from-blueprint.js task able to collect information from the user as prompts.
If we use the blueprint subcommand options (#106) and add a prompt: "ask a question" to the options, we can use the generate-from-blueprint to create user prompts to gather the requested data.
The we can refactor the
bp initcommand such thatbp init .does the same asbp generate blueprintrc .blueprintrc path=.The big hurdle to this is making
generate-from-blueprint.jstask able to collect information from the user as prompts.