Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-ktor

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-ktor

A command line interface to bootstrap the new Ktor project

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

A Yeoman generator that brings the capability to generate server Ktor applications.

Installation

First, you need to have Node.js and npm installed. The generator is compatible with Node.js versions above 14.0.0.

To install Yeoman globally on your system, execute the following command:

npm install -g yo

With Node.js and Yeoman installed, you can run this command to install the Ktor generator:

npm install -g generator-ktor

Usage

To generate a new Ktor project, create a new directory and go into it:

mkdir ktor-sample
cd ktor-sample

Then, you can generate a project:

yo ktor

It will prompt you for a series of inputs such as a project name, a build system used for a project, a set of installed plugins, and so on.

Finally, you can run the generated project with the npm start command.

Keywords

FAQs

Package last updated on 05 Aug 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc