Jump to content

Processwire Commander


clsource
 Share

Recommended Posts

So I created a little python script.

https://gist.github.com/anonymous/10001724

create a new file and give it execute permissions

chmod +x ./pw

You can fetch the lastest PW code from git an start a new project.

./pw <new-project-name>

Also if you want a specific version

./pw <new-project-name> dev 2.4.0 

Will create a new folder with your project name

if you need help

./pw help

Tested in my Linux machine.

  • Like 9
Link to comment
Share on other sites

 Share

×
×
  • Create New...