1.1.3 • Published 8 months ago

create-lxr v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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.1.1

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.0.0

2 years ago

0.0.40

3 years ago

0.0.41

3 years ago

0.0.37

3 years ago

0.0.38

3 years ago

0.0.39

3 years ago

0.0.33

3 years ago

0.0.34

3 years ago

0.0.35

3 years ago

0.0.36

3 years ago

0.0.31

3 years ago

0.0.32

3 years ago

0.0.30

3 years ago

0.0.28

3 years ago

0.0.29

3 years ago

0.0.27

3 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.26

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.23

4 years ago

0.0.17

4 years ago

0.0.19

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.9

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago