pulsar_cli 0.0.13 copy "pulsar_cli: ^0.0.13" to clipboard
pulsar_cli: ^0.0.13 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 #

Disclaimer: The versions 0.0.x can be strongly modified in future versions of the CLI.

Use create to make a new project. The create can define the --template as default, empty or minimum.

  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.

Building #

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

  pulsar build

Note: For the moment Pulsar use webdev to serve the local server while the DevServer is still in development.

TODO #

  • DevServer for serve command
  • Hot reload for serve command
  • build command minification for production
2
likes
130
points
443
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, webdev

More

Packages that depend on pulsar_cli