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

Consider Template Generators #76

Open
johnallen3d opened this issue Jun 22, 2016 · 1 comment
Open

Consider Template Generators #76

johnallen3d opened this issue Jun 22, 2016 · 1 comment
Labels

Comments

@johnallen3d
Copy link
Contributor

There has been some internal discussions about extending nib to do more than simply wrap docker-compose commands. One of those ongoing discussions revolves around providing template generators for commonly used configurations. The idea is to provide sane and consistent defaults for new projects to be shared amongst a team of developers. Thinks like default configuration for CI tools or new project initialization (ie. the scaffold for a new Grape app).

There will need to be some thought put into this. For example, are these templates baked into nib or do you provide some configuration (url, directory) that points to the available templates for your team? I thought this would be a good place to further the discussion.

@blankenshipz
Copy link
Contributor

I think that if we decided to do this in nib we could leverage an existing templating tool, for instance: http://yeoman.io/.

However, I can also see some credence in keeping nib as focused as possible and perhaps creating a separate project for something like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants