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

Use prod module boilerplate #10

Closed
ericelliott opened this issue Jun 25, 2015 · 2 comments
Closed

Use prod module boilerplate #10

ericelliott opened this issue Jun 25, 2015 · 2 comments

Comments

@ericelliott
Copy link
Contributor

Let's get some build process set up in here. Use the prod-module-boilerplate for the cf repo.

See the meta issue

@nkbt
Copy link
Contributor

nkbt commented Jul 2, 2015

I started investigation of this topic. So far the most popular scaffold generator is http://yeoman.io/authoring/

Pretty good example of a generator is https://github.com/keystonejs/generator-keystone

There are some things I don't like about it. EJS as a templating language and OOP nature of a generator.

If you are not concerned too much about using in-house code, couple of months ago I've written sort of a cli framework to run multiple mock servers. Purely functional with a very simple syntax. It did not use any templates, but it should be super simple to add handlebars in there. I can implement cf using it and prod-module-boilerplate as a template. It should not take much time and we can see how it goes afterwards. Hopefully will get first working prototype in couple of days

@nkbt nkbt mentioned this issue Jul 4, 2015
@nkbt
Copy link
Contributor

nkbt commented Aug 11, 2015

This could be closed in favor of cloverfield-tools/cf-package#2

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

No branches or pull requests

2 participants