/delphi-generator-delphi

Yeoman generator for Delphi projects

Primary LanguageJavaScriptMIT LicenseMIT

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

Support Yo Delphi

While Yo Delphi is free and open source, if you find it useful, please consider supporting it.

I've been working on this on my spare time, and I really like it, but I'd willing to do even more.


License

MIT © Alessandro Fragnani