create-clarity-app

1.0.3 • Public • Published

create-clarity-app (BETA)

npm npm

Generate ready to use application that include Clarity packages like pure Core components, Angular & React wrappers or start building Clarity Web components for your next project.

Quick starter

npx create-clarity-app my-application

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

npm install -g create-clarity-app

create-clarity-app my-application

Create application with the default template

$ create-clarity-app my-application

Some of the templates may require additional steps so to not miss anything check the output of the command for them.

For more information on how to use create-clarity-app run:

$ create-clarity-app --help

Usage: create-clarity-app project-name [options]

Options:
  -v, --version              output the current version
  -t, --template <template>  base for the project (choices: "angular-cli", "cdn", "create-react-app",
                             "electron-typescript", "library-kit", "lit-element-starter-ts", "vue", "webpack-typescript",
                             default: "angular-cli")
  -h, --help                 display help for command

Create Clarity Application 1.0.0

Example: create-clarity-app my-application --template library-kit

You may select one of the templates below by passing -t or --template argument:
	 - angular-cli [default]
	 - cdn
	 - create-react-app
	 - electron-typescript
	 - library-kit
	 - lit-element-starter-ts
	 - vue
	 - webpack-typescript

Disclaimer

This tool is experimental so some changes could be done without any warning.

This is not official tool.

Package Sidebar

Install

npm i create-clarity-app

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

111 kB

Total Files

86

Last publish

Collaborators

  • bdryanovski