velocitas-project-generator 2.0.1
Install from the command line:
Learn more about npm packages
$ npm install @eclipse-velocitas/velocitas-project-generator@2.0.1
Install via package.json:
"@eclipse-velocitas/velocitas-project-generator": "2.0.1"
About this version
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.
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
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);
Details
- velocitas-project-generator
-
eclipse-velocitas
- about 2 years ago
- Apache-2.0
- 13 dependencies
Assets
- velocitas-project-generator-2.0.1.tgz
Download activity
- Total downloads 10
- Last 30 days 0
- Last week 0
- Today 0