Any examples of Github projects with a main library and derivatives?
November 27, 2012 9:30 AM Subscribe
I want to create a github project consisting of a main library with derivative variations, such as Drupal and Wordpress plugins. Can you point me to existing projects with this kind of structure? I'd love to learn from existing projects that do it well.
I'm interested in creating a github project that takes text input - for example, an article or a blog post - and outputs a list of keywords or topics ... a bit like a concordance generator.
I've never created a structured project like this before, and I'd love to learn from existing projects that do it well.
I'd like to make it flexible without falling into the trap of the never-completed too-many-options project.
Can you point me to existing github projects that have a similar approach and structure - a main set of functionality, probably as a library, but with derivative versions such as CMS plugins (Drupal, Wordpress, etc)?
PHP would be great, but other languages would be okay too.
Links to any resources that would be helpful or guidelines for best practices would also be most welcome.
Thanks!
posted by kristi to computers & internet (3 answers total) 3 users marked this as a favorite
Not sure how familiar you are with git but that seems key. I haven't used Wingman but it seems like it would help you streamline the workflow and make organization a little more manageable.
posted by special-k at 9:40 AM on November 27, 2012