3.0.12 • Published 7 years ago

psydux-cli v3.0.12

Weekly downloads
4
License
ISC
Repository
github
Last release
7 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

7 years ago

3.0.11

7 years ago

3.0.10

7 years ago

3.0.9

7 years ago

3.0.8

7 years ago

3.0.7

7 years ago

3.0.6

7 years ago

3.0.5

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.20

8 years ago

1.1.19

8 years ago

1.1.18

8 years ago

1.1.17

8 years ago

1.1.16

8 years ago

1.1.15

8 years ago

1.1.14

8 years ago

1.1.13

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago