I love the new catalog and now you can create the metadata easily :)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

I love the new catalog and now you can create the metadata easily :)

pharo4Stef@free.fr
Yes click that link:  
        https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/?

So I imagine that you are all like me: you are too busy to add the correct information
because you do not know what/how/.

So I created a little class: called CatalogAdder for you and me :P



I'm a simple utility class that add methods to ConfigurationOf class to declare catalog metadata.
               
Gofer new
        smalltalkhubUser: 'DamienCassou' project: 'Pier-Gutemberg';
        package: 'CatalogAdder';
        load
       
(CatalogAdder on: ConfigurationOfXXX)
        defineCatalogMetadata

and it creates all the methods with dummy template for you :)

Stef