Forgot to show the sample, niclas-249:heroes2 niclas$ yo zest ? Your project name (heroes2) ? Java package name (heroes2) org.hedhman.heroes ? Which entity store do you want to use? (Press <space> to select) ❯◯ file ◯ geode ◯ hazelcast ◯ jclouds ◯ jdbm ◯ leveldb ◯ in-memory ? Which indexing system do you want to use? (Press <space> to select) ❯◯ rdf ◯ elastic search ◯ solr ◯ sql ? Which caching system do you want to use? (Use arrow keys) ❯ none memcache ehcache ? Which serialization system do you want to use? (Use arrow keys) ❯ jackson stax org.json ? Other features? (Press <space> to select) ❯◯ rest api ◯ reindexer ◯ metrics ◯ jmx ◯ version migration
But Yeoman folds the selection away, so the terminal looks like this when done; niclas-249:heroes2 niclas$ yo zest ? Your project name heroes2 ? Java package name org.hedhman.heroes ? Which entity store do you want to use? file ? Which indexing system do you want to use? rdf ? Which caching system do you want to use? none ? Which serialization system do you want to use? jackson ? Other features? rest api, reindexer, metrics, jmx, version migration On Sat, Aug 20, 2016 at 6:50 PM, Niclas Hedhman <[email protected]> wrote: > Gang, > I came across Yeoman outside the usual JS world, and saw that it is > actually a very capable, almost fun, package. > > So, I intend to scrap my tools/shell effort, and replace it with a Yeoman > generator. > > The small test I ran last night shows that we can get a very interactive > creation of a project. See below for a quick sample. > > If you have any thoughts on what is important on this, please speak up. If > you love coding in JavaScript, here is an opportunity to help out... > > Cheers > -- > Niclas Hedhman, Software Developer > http://zest.apache.org - New Energy for Java > -- Niclas Hedhman, Software Developer http://zest.apache.org - New Energy for Java
