0.3.3 • Published 2 years ago

create-lit-project v0.3.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

create-lit-project

Usage

npx create-lit-project [options]

Options

Symbol | Alias

  • -o, --output

Expects: output directory relative to cwd of calling directory

Default: .

  • -l, --language

Allowed: ts, js, typescript, javascript

Default: js

  • -s, --styles

Allowed: shadow, css, sass, tailwind

Default: shadow

  • -http, --server

Boolean, if you put it, it will set up an actual server rather than webpack dev server Default: false

Interactive Mode

Just add -i or --interactive to the script and it will prompt you for the options instead of entering them

Example

npx create-lit-project -o src

Makes a new project boiler plate at src. If you do not define one, it will be defaulted to '.' which will resolve to the current working directory running the command. Since only the output flag is specified, the other flags will be defaulted as defined above.

0.3.2

2 years ago

0.3.3

2 years ago

0.3.1

2 years ago

0.1.63

2 years ago

0.1.64

2 years ago

0.1.65

2 years ago

0.1.81

2 years ago

0.1.61

2 years ago

0.1.62

2 years ago

0.2.1

2 years ago

0.2.7

2 years ago

0.1.8

2 years ago

0.2.6

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.1.6

2 years ago

0.2.4

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago