Ionic-cli v3 and ionic framework v1

I have a few apps written in angular 1 with ionic v1. I just updated my nodejs and my ionic-cli. How can I create a new app using ionic-cli using ionic framework v1. I don’t want yet to move to angular 2 or 4.

Thanks

Run ionic start myApp --v1

This does not work for me on Windows with the latest ionic cli and node. I always get a v2 project regardless of the flag.

CLI v3 changed the command to generate v1 projects:

$ ionic start myNewProject blank --type ionic1

https://github.com/driftyco/ionic-cli#start-a-new-project-1