安装: 16

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:JavaScript

dev-master 2019-08-25 22:05 UTC

This package is auto-updated.

Last update: 2024-09-26 08:58:30 UTC


README

1. composer require paooolino/wda:dev-master
2. php vendor/paooolino/wda/sample.php
3. php vendor/paooolino/wda/generatecode.php config.ini www
4. cd www
5. composer install
6. use the developer assistant by pointing the developer_assistant.php file in browser
7. point browser to www/ >>> done!

You can put the developer_assistant.php file in any directory
(remember to adjust configuration variables in the code).
You can use the developer assistant to help keep track of your job.

How to run tests:
composer test

You can try development process in the sample directory. Compile the application like this
php ../generatecode.php config.ini www
cd www
composer install