1.0.0 • Published 1 year ago

create-lxr v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

create-lxr

Scaffolding Your First LeanIX Custom Report

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

With NPM:

$ npm init lxr@latest

With Yarn:

$ yarn create lxr

With PNPM:

$ pnpx create-lxr

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 lxr@latest my-custom-report --template vue

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

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

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

Currently supported template presets include:

  • vanilla
  • vanilla-ts
  • vue
  • vue-ts
  • react
  • react-ts
  • preact
  • preact-ts
  • svelte
  • svelte-ts
1.0.0

1 year ago

0.0.40

2 years ago

0.0.41

1 year ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.30

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.27

2 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.26

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.17

3 years ago

0.0.19

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.9

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago