0.4.1 • Published 1 month ago

create-stylish-app v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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
0.4.1

1 month ago

0.4.0

4 months ago

0.3.0

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago