Skip to content

velocitas-project-generator 2.2.0

Install from the command line:
Learn more about npm packages
$ npm install @eclipse-velocitas/velocitas-project-generator@2.2.0
Install via package.json:
"@eclipse-velocitas/velocitas-project-generator": "2.2.0"

About this version

velocitas-project-generator-npm

License: Apache

Main Usage

At the moment the scope of velocitas-project-generator is for digital.auto. The velocitas-project-generator takes python prototype code from the digital.auto playground, adapts it and makes it compatible with the eclipse-velocitas vehicle app python template.

Integrate in your repository

Install from the command line:

npm install @eclipse-velocitas/velocitas-project-generator

Install via package.json:

"@eclipse-velocitas/velocitas-project-generator": "^1.0.0"

Manual integration: clone it, transpile it and link it into you repositories node_modules folder

git clone https://github.com/eclipse-velocitas/velocitas-project-generator-npm.git
cd velocitas-project-generator-npm
tsc
cd path/to/your/repo
npm link path/to/velocitas-project-generator-npm

Usage in Code

import { ProjectGenerator } from "@eclipse-velocitas/velocitas-project-generator";

const generator = new ProjectGenerator(OWNER, REPO, TOKEN);
await generator.runWithPayload(BASE64_CODE_SNIPPET, APP_NAME, BASE64_VSPEC_PAYLOAD);

Contribution

Details


Assets

  • velocitas-project-generator-2.2.0.tgz

Download activity

  • Total downloads 12
  • Last 30 days 0
  • Last week 0
  • Today 0