pulsar_cli 0.2.2 copy "pulsar_cli: ^0.2.2" to clipboard
pulsar_cli: ^0.2.2 copied to clipboard

Command Line Interface for the Pulsar Web Framework.

pulsar_cli #

Command Line Interface for the Pulsar Web Framework

Activate #

Activate the pulsar_cli using

  dart pub global activate pulsar_cli

Then use the command pulsar for creating and serve Pulsar projects.

Usage #

Use create to make a new project. The create can define two options:

  • --template: default, minimum, empty
  • --use-cdn: none, materialize. Defaults on none.
  pulsar create app_name

Serving #

Serve a local server using the following command.

  pulsar serve

The server will be running at the 8080 port by default. If you want to use another port you can use the --port option of this command. Run pulsar help for more information.

Also you can use the --watch option for live reload.

Building #

You can build a project to production using the following command.

  pulsar build

Note that you can use --release and --[no]-release flags. Defaults on --release.

2
likes
140
points
364
downloads

Publisher

unverified uploader

Weekly Downloads

Command Line Interface for the Pulsar Web Framework.

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #web #frontend

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, path, pulsar_web, universal_web

More

Packages that depend on pulsar_cli