New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

generator-delphi

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-delphi

Yeoman generator for Delphi projects

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

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 :coffee: and you will help me to keep working on this project :wink:

Paypal Donations uma :coffee: e você vai me ajudar a continuar trabalhando neste projeto :wink:

Keywords

yeoman-generator

FAQs

Package last updated on 27 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts