abbatis / toolkit
A toolkit to make life easier.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 2
Type:project
Requires
This package is not auto-updated.
Last update: 2019-06-17 22:59:19 UTC
README
One toolkit to make life easier.
This package allows you to run certain tasks from your command line across multiple projects. It has the ability to figure out what type of project you're in, and it will run the appropriate tasks according to your current project.
Example:
toolkit cache --purge
Will purge your caches by manually deleting all cache directories. This currently works for Magento 2 and Laravel.
Example:
toolkit deploy --index
Will ask you which indexes to reindex and does reindex them according to your choice.