Login  Register

New post on blog about Rewrite Tool

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

New post on blog about Rewrite Tool

Mark Rizun
194 posts
Hello!

Please, visit my blog and read new information about developement and updates for Rewrite Tool.
Link: myfuncoding.blogspot.com
You can install the tool by evaluating this:

Gofer new
  url: 'http://smalltalkhub.com/mc/MarkRizun/RewriteTool/main';
  package: 'ConfigurationOfRewriteTool';
  load.
(Smalltalk at: #ConfigurationOfRewriteTool) loadDevelopment

or from my repo on SmalltalkHub: http://smalltalkhub.com/#!/~MarkRizun/RewriteTool
Here is a link for Pharo For Enterprise chapter about Rewrite Tool: https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english/tree/master/RewriteTool
Unfortunately, it's not finished yet at all, but it will be :)

Any critics and suggestions are welcome !

Best,
Mark
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: New post on blog about Rewrite Tool

stepharo
5159 posts
Excellent Mark!
Thanks for pushing.

> Hello!
>
> Please, visit my blog and read new information about developement and
> updates for Rewrite Tool.
> Link: myfuncoding.blogspot.com
> You can install the tool by evaluating this:
>
> Gofer new
>    url: 'http://smalltalkhub.com/mc/MarkRizun/RewriteTool/main';
>    package: 'ConfigurationOfRewriteTool';
>    load.
> (Smalltalk at: #ConfigurationOfRewriteTool) loadDevelopment
>
> or from my repo on SmalltalkHub:
> http://smalltalkhub.com/#!/~MarkRizun/RewriteTool
> Here is a link for Pharo For Enterprise chapter about Rewrite Tool:
> https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english/tree/master/RewriteTool
> Unfortunately, it's not finished yet at all, but it will be :)
>
> Any critics and suggestions are welcome !
>
> Best,
> Mark
>
>
>
> --
> View this message in context: http://forum.world.st/New-post-on-blog-about-Rewrite-Tool-tp4799491.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>