create-stylish-app

0.4.1 • Public • Published

Create Stylish App

Create a new Stylish JavaScript web app.

App Template

Getting Started

Using npx

npx create-stylish-app <app-name> [--template template-name]

Using yarn

yarn create stylish-app <app-name> [--template template-name]

Options

create-stylish-app supports the following options:

  • -t, --template [template-name] - The template to use. You can use the following templates next, ethereum, react, pure-react, vanilla, web. Default: next

Example

# using default(next) template
npx create-stylish-app my-app

# using react template
npx create-stylish-app my-app --template react

Readme

Keywords

none

Package Sidebar

Install

npm i create-stylish-app

Weekly Downloads

3

Version

0.4.1

License

MIT

Unpacked Size

6.71 kB

Total Files

3

Last publish

Collaborators

  • lovelyhara