Re: [ANN] boot-new 0.4.0 -- Templates AND Generators for Boot!

2016-02-29 Thread Bryan Maass
I have some feedback.

Great work! I just blogged about a pure-boot way to get started with 
clojurescript: ( http://escherize.com/2016/02/29/boot-with-cljs ) so of 
course boot-new made an appearance. 

On Monday, February 29, 2016 at 12:20:50 PM UTC+11, Sean Corfield wrote:
>
> Frank Liu wrote on Saturday, February 27, 2016 at 9:39 AM:
>
> Love your project. Could you try to add them to the boot official pages 
> and github wiki's third party tasks? The reason is I can never find this 
> project on google (via "boot-new") or anywhere other than your github or 
> search here in the Clojure google group.
>
>
> It is listed on the third party tasks wiki page:
>
> https://github.com/boot-clj/boot/wiki/Community-Tasks
>
> As:
>
> Templates (Boot new) seancorfield/boot-new 
> 
>
> But the plan is to merge it into the core Boot project at some point (once 
> we get a bit more feedback on boot-new itself and its templates and 
> generators) to knock off any rough edges.
>
> Sean Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] boot-new 0.4.0 -- Templates AND Generators for Boot!

2016-02-28 Thread Sean Corfield
Frank Liu wrote on Saturday, February 27, 2016 at 9:39 AM:
Love your project. Could you try to add them to the boot official pages and 
github wiki's third party tasks? The reason is I can never find this project on 
google (via "boot-new") or anywhere other than your github or search here in 
the Clojure google group.

It is listed on the third party tasks wiki page:

https://github.com/boot-clj/boot/wiki/Community-Tasks

As:

Templates (Boot new)seancorfield/boot-new

But the plan is to merge it into the core Boot project at some point (once we 
get a bit more feedback on boot-new itself and its templates and generators) to 
knock off any rough edges.

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] boot-new 0.4.0 -- Templates AND Generators for Boot!

2016-02-27 Thread Frank Liu
Hi Sean,

Love your project. Could you try to add them to the boot official pages and 
github wiki's third party tasks? The reason is I can never find this 
project on google (via "boot-new") or anywhere other than your github or 
search here in the Clojure google group.

Frank

On Saturday, February 13, 2016 at 2:21:18 PM UTC-8, Sean Corfield wrote:
>
> What / Where?
> Boot new — a task to produce new projects from Boot and/or Leiningen 
> templates!
> boot-new 0.4.0 — https://github.com/seancorfield/boot-new
>
> Updates?
> Now supports generators to add / modify code in the current project!
> Add a new namespace with: boot new –g ns=foo.bar.quux
> Add a new function with: boot new –g defn=foo.bar.quux/my-func
>
> Sean Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.