Ionic different version workflows

how to use ionic 1 when i have version 4 installed globally. And how to create ionic v1 projects?

As per the documentation, to create an ionic v1 project:

ionic start myproject —type ionic1

Commands for building and running the app should work as before.