Module.Stub - a Joose3-orientated template for JSAN module
0 views
Skip to first unread message
Nickolay Platonov
unread,
Feb 11, 2010, 2:10:12 PM2/11/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js...@googlegroups.com, joose-js
Hello,
I'd like to announce about the Module.Stub[1] release
Module.Stub is a template of JSAN module, which is oriented on Joose3-related modules.
Notably it uses Test.Run for tests (along with not yet released JooseX.Namespace.Depended).
To start a new JSAN module, grab a Module.Stub distribution[2], unpack it somewhere, rename to the name of your module, and do s/Module(.)Stub/Your$1Module$1Name/ replace across all files in distribution.