@prostory/edelweiss-cli

1.0.0-alpha.4 • Public • Published

Edelweiss CLI - for creating edelweiss powered apps

code style: prettier

Quickly bootstraps a simple environment for creating SPAs with Edelweiss.

Documentation for old version of CLI is here.

Intention

It is boring to start new project. You need to initialize it, add basic dependencies, create directory structures. This CLI helps to create simple environment for developing apps with Edelweiss. So you don't need to do basic stuff by yourself 🕺 .

Get started

I do not recommend to install CLI globally. Instead use npx to initialize project.

Using

@prostory/edelweiss is a simple command that can accept name of the project and it will be place, where your code will live. If you already have one, then you can invoke command from inside and get your environment.

npx @prostory/edelweiss-cli my-project

or

mkdir my-project
cd my-project
npx @prostory/edelweiss-cli

After

There are two commands available:

  • npm start - starts development server on http://localhost:1234
  • npm build - builds project.

About

It is recommended to read about parcel first, as this package use it. In short it can process TypeScript, Sass files and much more without necessity to install plugins manually.

Entry point to an app is a src/index.html file.

Word from author

Have fun ✌️

Readme

Keywords

Package Sidebar

Install

npm i @prostory/edelweiss-cli

Weekly Downloads

1

Version

1.0.0-alpha.4

License

MIT

Unpacked Size

17.8 kB

Total Files

24

Last publish

Collaborators

  • prostory