0.0.14 • Published 4 years ago

vamtiger v0.0.14

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

VAMTIGER

VAMTIGER is a language agnostic web development utility.

Installation

VAMTIGER can be installed globally:

npm install --global vamtiger

Usage

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-name

This 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