nonetallt / jinitialize-core
Core components for jinitialize projects
dev-master
2020-10-02 14:16 UTC
Requires
- php: >=7.0.0
- clue/arguments: ^2.0
- nonetallt/php-helpers: dev-master
- symfony/console: ^3.4
- symfony/process: ^3.4
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- consolidation/robo: ~1
- henrikbjorn/lurker: ^1.2
- phpunit/phpunit: ^6
This package is not auto-updated.
Last update: 2024-11-20 14:34:37 UTC
README
jinitialize
- register commands from the local folder
- register procedures from the local folder
jinitialize-core
-
[?] JinitializeCommand: executesOther method, lists commands that are ran by the command
-
DOC (jinitialize and plugin): reserved names: core, test, show list of others?
- link to nonetallt.com/jinitialize/plugins (search composer api, get plugin name from composer.json)
Planned modules
- apache2
- laravel
- tool: git project (bitbucket and github)
- tool: laravel-routes
- tool: laravel-schema
- tool: gulp
- tool: robo
- tool: phpunit
- laravel mix setup
- npm new package installer
- phaser setup (mix loaders option if webpack.mix.js is found)
- babel boilerplate setup
- react boilerplate setup
Tools
- site status checker with guzzle
- .env editor
jinitialize-plugin-mysql
- refactor from main project
- check if database already exists before trying to create it
- check if user exists
- set db default collation
- set db default driver innoDB