2.0.13 • Published 7 years ago

wuitk-starter v2.0.13

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

wuitk-starter

Bootstraps a starter application for a Design Language System compliant Application using the Philips DLS UIToolkit for web. Unfortunately this application only works correctly when you are connected to the Philips network, because it loads some of our packages which are Intellectual Property from our local NPM registry.

Installation

This package is published on npm. Since this is a CLI-package, it is recommended to install it globally with the -g flag. The quick and easy command to install the package is:

npm install -g wuitk-starter

The package is also compatible with npx and you can use it without actually installing it on your system by running;

npx wuitk-starter [options] [target]

In order for this to work, you need to have the npx-package installed on your system, for obvious reasons.

Usage

wuitk-new [options] [target]

Supported options

FlagAliasFunctionality
--engine-eSets the preprocessing engine to either TypeScript (default) or Javascript/babel.
--overwrite-files-oAllows you to run the starter application in a non-empty folder and overwrites existing files when necessary, use with caution!
--help-hShows a help screen briefly explaining the supported options

By default the package will bootstrap an application using typescript in your target folder. If you do not specify a folder name, your current working directory will be used as the target installation directory. By default the package will not overwrite any of your files or settings.

2.0.13

7 years ago

2.0.12

7 years ago

2.0.11

7 years ago

2.0.10

7 years ago

2.0.9

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago