Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

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

This package is auto-updated.

Last update: 2024-04-26 08:11:21 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