1.0.60 • Published 4 months ago

wapplr-cli v1.0.60

Weekly downloads
46
License
MIT
Repository
github
Last release
4 months ago

Wapplr-cli

This module can handle the development of Wapplr, and facilitates the creation and build of end-user applications. These wonderful packages have inspired us, so there are many similarities with them:

Installation

npm install -g wapplr-cli

Usage

npx wapplr-cli creates src/my-package

Functions

creates

This command creates a new Wapplr package with my-package name to the path/to/src/my-package folder:

npx wapplr-cli creates path/to/src/my-package

This command creates a new Wapplr package with my-package name to the my-folder folder:

npx wapplr-cli creates my-package --root-path my-folder

This command creates a new Wapplr package with my-package name to the current folder.

npx wapplr-cli creates my-package

start

This command creates a startable instance inside to the current directory to the ./run folder from ./src folder. Then it runs that, and the browser will open.

npx wapplr-cli start

build

This command creates a startable instance inside to the current directory to the ./run folder from ./src folder. And it creates a distribution to the ./dist folder

npx wapplr-cli build

clean

This command deletes all files createsd by wapplr-cli except wapplr.json.

npx wapplr-cli clean

wapplr.json

All commands create the descriptive file, what contain those properties. It is needed to wapplr-cli can recognize the Wapplr packages.

{
    "time": "2021-01-01T00:00:00.488Z",
    "runScript": "build",
    "packageName": "wapplr",
    "buildHash": "eekrlp",
    "paths": {
        "rootPath": "your\\path\\src\\wapplr",
        "buildToolsPath": "your\\path\\node_modules\\wapplr-cli",
        "srcPath": "your\\path\\src\\wapplr\\src",
        "buildPath": "your\\path\\src\\wapplr\\run",
        "distPath": "your\\path\\src\\wapplr\\dist",
        "templateDirectory": "your\\path\\node_modules\\wapplr-cli\\wapplr-template"
    },
    "argv": [
        "build"
    ]
}

License

MIT

1.0.60

4 months ago

1.0.50

4 months ago

1.0.55

4 months ago

1.0.54

4 months ago

1.0.53

4 months ago

1.0.52

4 months ago

1.0.59

4 months ago

1.0.58

4 months ago

1.0.57

4 months ago

1.0.56

4 months ago

1.0.49

4 months ago

1.0.44

6 months ago

1.0.43

6 months ago

1.0.42

6 months ago

1.0.48

6 months ago

1.0.47

6 months ago

1.0.46

6 months ago

1.0.45

6 months ago

1.0.40

10 months ago

1.0.41

10 months ago

1.0.39

1 year ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.33

3 years ago

1.0.26

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago