vamtiger
v0.0.14
Published
Language Agnostic Web Development Utility
Maintainers
Readme
VAMTIGER
VAMTIGER is a language agnostic web development utility.
Installation
VAMTIGER can be installed globally:
npm install --global vamtigerUsage
VAMTIGER commands can be executed from the commandline: vamtiger command [--options] argument
Commands
All supported commands can be listed with the help command: vamtiger help
Create A Web Project
Web projects can be created with the project command.
All supported web projects can be listed: vamtiger help project
PHP Laravel
Laravel projects can be created:
vamtiger project --type php-laravel php-laravel-project-nameThis will create a new Laravel project setup for behaviour driven development (BDD) with behat and PHPUnit.
All BDD tests are located in tests/Feature and can be run using behat:
vendor/bin/behat