Re: Introducing Royale CLI tool

2018-02-15 Thread OmPrakash Muppirala
On Feb 15, 2018 7:15 AM, "Andrew Wetmore" wrote: I have added a page in the help docs describing this cool tool. Thanks for taking care of that. Sorry - like a typical developer, I started writing documentation but ended up writing a tool  On Thu, Feb 15, 2018 at

Re: Introducing Royale CLI tool

2018-02-15 Thread OmPrakash Muppirala
On Feb 15, 2018 1:47 AM, "Carlos Rovira" wrote: So cool Om! Great! I'm very busy right now with lots of fronts, but let me know if you need help from me in order to create the blog post. You can contact me offline in order to support in this task as much as you can

Re: Introducing Royale CLI tool

2018-02-15 Thread OmPrakash Muppirala
On Feb 15, 2018 1:20 AM, "Gabe Harbs" wrote: Very cool! Great initiative! I’ll try to give it a spin later. Is there a way of creating different templates for the “new” command? Sure, it's possible. There is a template directory that gets shipped with the cli tool.

Re: Introducing Royale CLI tool

2018-02-15 Thread Andrew Wetmore
I have added a page in the help docs describing this cool tool. On Thu, Feb 15, 2018 at 10:30 AM, Andrew Wetmore wrote: > Very good idea! > > On Thu, Feb 15, 2018 at 5:46 AM, Carlos Rovira > wrote: > >> So cool Om! Great! >> I'm very busy right now

Re: Introducing Royale CLI tool

2018-02-15 Thread Andrew Wetmore
Very good idea! On Thu, Feb 15, 2018 at 5:46 AM, Carlos Rovira wrote: > So cool Om! Great! > I'm very busy right now with lots of fronts, but let me know if you need > help from me in order to create the blog post. > You can contact me offline in order to support in

Re: Introducing Royale CLI tool

2018-02-15 Thread Carlos Rovira
So cool Om! Great! I'm very busy right now with lots of fronts, but let me know if you need help from me in order to create the blog post. You can contact me offline in order to support in this task as much as you can thanks for making this! 2018-02-15 10:20 GMT+01:00 Gabe Harbs

Re: Introducing Royale CLI tool

2018-02-15 Thread Gabe Harbs
Very cool! Great initiative! I’ll try to give it a spin later. Is there a way of creating different templates for the “new” command? BTW, it would be really great to try to stick to dog-fooding to have as many samples of Royale use as possible. This tool can be written in ActionScript and

Re: Introducing Royale CLI tool

2018-02-15 Thread OmPrakash Muppirala
I will leave this Pull Request here, in case anyone wants to review it. https://github.com/apache/royale-asjs/pull/118/files Thanks, Om On Thu, Feb 15, 2018 at 12:21 AM, OmPrakash Muppirala wrote: > BTW, I have tested this on Windows: power shell, command prompt and git >

Re: Introducing Royale CLI tool

2018-02-15 Thread OmPrakash Muppirala
BTW, I have tested this on Windows: power shell, command prompt and git bash. They all work fine. Someone needs to test on Mac and tell me what happens :-) Thanks, Om On Thu, Feb 15, 2018 at 12:16 AM, OmPrakash Muppirala wrote: > As I was trying to write a `Setting up

Re: Introducing Royale CLI tool

2018-02-15 Thread Alex Harui
Great idea! On 2/15/18, 12:16 AM, "OmPrakash Muppirala" wrote: >As I was trying to write a `Setting up Royale with npm `blog post, I >realized that things could be much easier for npm users. So, I built the >Royale CLI tool. It takes inspiration from the create-react-app

Introducing Royale CLI tool

2018-02-15 Thread OmPrakash Muppirala
As I was trying to write a `Setting up Royale with npm `blog post, I realized that things could be much easier for npm users. So, I built the Royale CLI tool. It takes inspiration from the create-react-app and the angular cli projects. Here are the details: *To Install: * npm install