vamtiger
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

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

Package Sidebar

Install

npm i vamtiger

Weekly Downloads

2

Version

0.0.14

License

MIT

Unpacked Size

55.2 kB

Total Files

11

Last publish

Collaborators

  • vamtiger-project