mongodb-js / mj

#wip mongodb-js tooling
https://github.com/mongodb-js/mj
Apache License 2.0
0 stars 2 forks source link

Use khaos. #2

Closed imlucas closed 9 years ago

imlucas commented 9 years ago

Use github.com/segment/khaos as a lib like https://github.com/logo/cli/blob/master/bin/logo-create

Also read this blog post https://segment.com/blog/building-building-blocks/

rueckstiess commented 9 years ago

List of potential templates we would want:

rueckstiess commented 9 years ago

dependency graph.

image

rueckstiess commented 9 years ago

@imlucas what do you think is better:

a) have all our khaos templates as individual repos in mongodb-js b) have all our khaos templates in ONE repo (mj-templates or something) c) have them nowhere but directly included in mj under ./templates/*

I kind of like to avoid a) because it pollutes the repository a lot and these templates kind of belong together. segment also embed some templates directly inside certain tools, like the logo creation thing.

imlucas commented 9 years ago

@rueckstiess agree on embedding templates under mj/templates/*. Perhaps we could consolidate your list of templates + graph above somewhere to include our previous attempt at this? (see Templates section in description) https://github.com/mongodb-js/mj/issues/4

rueckstiess commented 9 years ago

Yes lets consolidate the tickets. Closing this and moving everything over to #4.