https://github.com/alefragnani/delphi-generator-delphi
Yeoman generator for Delphi projects
https://github.com/alefragnani/delphi-generator-delphi
delphi generator yeoman yeoman-generator
Last synced: 4 months ago
JSON representation
Yeoman generator for Delphi projects
- Host: GitHub
- URL: https://github.com/alefragnani/delphi-generator-delphi
- Owner: alefragnani
- License: mit
- Created: 2018-02-08T22:54:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T21:44:08.000Z (5 months ago)
- Last Synced: 2025-03-18T02:11:16.094Z (4 months ago)
- Topics: delphi, generator, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 603 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Yo Delphi
> Yeoman generator for Delphi projects[](https://npmjs.org/package/generator-delphi)
[](https://travis-ci.org/alefragnani/delphi-generator-delphi)
[](https://ci.appveyor.com/project/alefragnani/delphi-generator-delphi)```
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](https://nodejs.org/) and [Yeoman](http://yeoman.io) installed
* Install the generator:
```bash
npm install -g generator-delphi
```
* Run the generator:
```bash
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](https://www.github.com/alefragnani)