generator-delphi

1.4.0 • Public • Published

Yo Delphi

Yeoman generator for Delphi projects

NPM version travis build status appveyor build status

yo delphi

This generator will help you start with a range of Delphi projects, right from the command line.

Getting Started

  • Make sure you have node.js and Yeoman installed
  • Install the generator:
npm install -g generator-delphi
  • Run the generator:
yo delphi

Yo Delphi

Features

The generator will create complete projects, ready to compile and run.

These are the available projects:

├── New Aplication
│   ├── Console
│   ├── VCL Forms
│   └── FireMonkey
├── New Package
│   ├── Runtime
│   ├── Designtime
│   └── Runtime and Designtime
├── New Unit Test
│   ├── DUnit
│   └── DUnitX
└── New Unit
    ├── Interface
    └── Class

There are some specific options for each kind of project, which you will be able to choose/type while using the generator

Participate

If you have any idea, feel free to create issues and pull requests

License

MIT © Alessandro Fragnani


Paypal Donations a ☕️ and you will help me to keep working on this project 😉

Paypal Donations uma ☕️ e você vai me ajudar a continuar trabalhando neste projeto 😉

Package Sidebar

Install

npm i generator-delphi

Weekly Downloads

0

Version

1.4.0

License

MIT

Unpacked Size

94.6 kB

Total Files

24

Last publish

Collaborators

  • alefragnani