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

Create plugin template #8

Open
raimohanska opened this issue Jun 24, 2013 · 5 comments
Open

Create plugin template #8

raimohanska opened this issue Jun 24, 2013 · 5 comments

Comments

@raimohanska
Copy link
Contributor

Make the boilerplate generation eazy!

@wolfflow
Copy link
Member

Maybe grunt-init template will do.

@wolfflow
Copy link
Member

Made this one, take a look)

@joefiorini
Copy link

@wolfflow I like your grunt-init template; I've implemented a build process that encapsulates just about everything we need to build and release plugins (including generating a standard UMD wrapper, running tests, version releases, etc). You can see it in #12, just waiting on @raimohanska to merge it in.

In the meantime, I'm going to build a Yeoman generator for bacon plugins that includes to get us up and running with this build process. That way we can start splitting out some of non-jquery-related parts of bjq to their own plugins.

@joefiorini
Copy link

I now have a working generator at https://github.com/joefiorini/generator-bacon-plugin. Before pushing it to NPM I'm going to test it by creating the bacon-plugin-base plugin. I'm happy to take any feedback via issues or PRs. When I have a little more time I'd also like to add prompts for:

  1. JavaScript or CoffeeScript
  2. Needs jQuery? This could pull in jQuery and bacon-jquery-bindings as dependencies.

@wolfflow
Copy link
Member

wolfflow commented Aug 7, 2013

Cool indeed, I'd take a look at this soon)

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

No branches or pull requests

3 participants