Command line tools for electric.
Note: this CLI is only intended for electric
2.0.0, it does not support1.xprojects.
$ npm i -g electric-cliYou can see information for each supported command by typing $ electric in the command line.
$ electric buildBuilds electric site and places file in dist directory.
$ electric initCreates a new electric project.
$ electric runRuns the build, watch, and server commands for quick development.
$ electric serverStarts up a local development server.
$ electric runWatches for changes and triggers build.