Skip to content
/ php Public

PHP language plugin for the form8ion tool suite

License

Notifications You must be signed in to change notification settings

form8ion/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php

PHP language plugin for the form8ion tool suite

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

npm Try @form8ion/php on RunKit license

Installation

$ npm install @form8ion/php --save-prod

Example

Import

import {scaffold} from '@form8ion/php';

Execute

(async () => {
  await scaffold({projectRoot: process.cwd()});
})();

Contributing

Commitizen friendly Conventional Commits semantic-release: angular Renovate PRs Welcome

Dependencies

$ nvm install
$ npm install

Verification

$ npm test