psydux-cli

3.0.12 • Public • Published

Psydux CLI

Command-line Interface for the Psydux Framework

What does the Psydux CLI do?

  • Scaffolds new Psydux applications
  • Transpiles es2015 and es2016
  • Bundles for production on file change
  • Serves Psydux applications

Install

npm install -g psydux-cli

Create a new Psydux application

psydux my-app

Start the development server

  • cd my-app to change directories into the newly created Psydux application titled my-app.

  • psydux to start the development server

  • You can only start the Psydux development server when your current directory is a Psydux application's root folder.

  • If you make a change to a Psydux application's source code and save that change while the Psydux CLI development server is running then the Psydux CLI will use Webpack to bundle a production ready application to my-app/.psydux/dist.

  • You can make changes to the webpack configuration file included in the root directory if you need to. By default the webpack configuration will

    • Transpile ES6

    • Compile Sass (SCSS) and CSS

    • Load images and URLs

    • Reloads on file change

Command-line arguments

-port -p

  • psydux -port 8080 start up the development server at port 8080

  • psydux -p 3000 start up the development server at port 3000

Psydux Framework

Contributing

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.12
    4
    • latest

Version History

Package Sidebar

Install

npm i psydux-cli

Weekly Downloads

4

Version

3.0.12

License

ISC

Last publish

Collaborators

  • timurtu