Introducing the Phlexite CLI


No more need to bring your own dev script! The Phlexite CLI now exists – install it with gem install phlexite-cli. It’ll automatically detect if your project is managed by Bundler, and use bundler exec if so. You can manage the CLI in Bundler as well, or keep it separate for local development only.

To get started:

gem install phlexite-cli

# build your project
phlexite build

# start a dev server
phlexite dev

To learn more, install it and run phlexite --help to see the available options.

Also, it’s been a year since I made this blog! The first post is just a test post, though, not particularly exciting or interesting.