README.md in retrospec-0.2.1 vs README.md in retrospec-0.3.0
- old
+ new
@@ -1,6 +1,7 @@
# Retrospec
+[![Gem Version](https://badge.fury.io/rb/retrospec.svg)](http://badge.fury.io/rb/retrospec)
Retrospec is a framework that allows the automation of repetitive project file creation with just about any kind of programming
project through the use of a pluggable architecture.
The idea originally came from another project that performed the same function but was scoped to puppet module creation
@@ -98,11 +99,25 @@
## Plugins
Please see the following [list](https://raw.githubusercontent.com/nwops/retrospec/master/available_plugins.yaml) for available plugins.
-## Plugin development
+## Plugin development and future plugin ideas
Please see the [plugin document](plugin_development.md) for creating new retrospec plugins.
+
+Some ideas I have in my head for future plugins that should be created.
+
+* foreman plugin generator
+* foreman hammer cli plugin generator
+* smart-proxy plugin generator
+* nodejs project generator
+* chef module generator
+* ansible module generator
+* saltstack module generator (possibly multiple types of plugins to create here)
+* groovy project generator
+* puppet module generator (in progress)
+
+The sky is really the limit for what we can create since the usage is limited to any project that contains files.
## Contributing to retrospec
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
\ No newline at end of file