Giter VIP home page Giter VIP logo

jeeves's Introduction

jeeves

Code generator M2

install

go to https://github.com/mygento/jeeves/releases/latest download phar and then

sudo mv jeeves.phar /usr/local/bin/jeeves

sample

look in .jeeves.phpunit_v1.yaml or .jeeves.phpunit_v0.yaml

Yaml Schema

  1. Root Level
Property Description Example
settings Global Settings
hash, [a-Z] Vendor Name: [Module] Mygento
  1. Module Level
Property Description
settings Module Settings
shipping Module Shipping
entities Module Entity List
  1. Entity Level
Property Description Required Default
settings Entity Settings N
columns Entity Columns Y
indexes Entity Indexes N
fk Entity Fk N
tablename String N %vendor%%module%%entity%
comment String N
api Boolean N false
cacheable Boolean N false
cache_tag String N
per_store Boolean N false
  1. Columns Level
Property Description Required Default Comment
type String Y
pk Boolean N false
identity Boolean N false Auto Increment
unsigned Boolean N false
comment String N
nullable Boolean N true
length Integer N
default String N
on_update Boolean N false
  1. Indexes Level
Property Description Required
type String Y
columns String[] Y
  1. Fk Level
Property Description Required
column String Y
referenceTable String Y
referenceColumn String Y
indexName String Y
  1. Settings level
Property Description Required Default Comment
php_version String N PHP_VERSION
admin_route String N %module%
version string N 2.4 Magento version

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.