0.1.3 • Published 3 years ago

create-leanix v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

create-leanix

Scaffolding Your First LeanIX Custom Report

Compatibility Note: Requires Node.js version >=12.0.0.

With NPM:

$ npm init leanix@latest

With Yarn:

$ yarn create leanix

With PNPM:

$ pnpx create-leanix

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a LeanIX Custom Report using Vue, run:

# npm 6.x
npm init leanix@latest my-custom-report --template vue

# npm 7+, extra double-dash is needed:
npm init leanix@latest my-custom-report -- --template vue

# yarn
yarn create leanix my-custom-report --template vue

# pnpm
pnpx create-leanix my-custom-report --template vue

Currently supported template presets include:

  • vanilla
  • vanilla-ts
  • vue
  • vue-ts
0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago