3.0.12 • Published 9 years ago

psydux-cli v3.0.12

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

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

3.0.12

9 years ago

3.0.11

9 years ago

3.0.10

9 years ago

3.0.9

9 years ago

3.0.8

9 years ago

3.0.7

9 years ago

3.0.6

9 years ago

3.0.5

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.2.3

9 years ago

2.2.2

9 years ago

2.2.1

9 years ago

2.2.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.20

9 years ago

1.1.19

9 years ago

1.1.18

10 years ago

1.1.17

10 years ago

1.1.16

10 years ago

1.1.15

10 years ago

1.1.14

10 years ago

1.1.13

10 years ago

1.1.11

10 years ago

1.1.10

10 years ago

1.1.9

10 years ago

1.1.8

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago