1.0.60 • Published 1 year ago

wapplr-cli v1.0.60

Weekly downloads
46
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.50

1 year ago

1.0.55

1 year ago

1.0.54

1 year ago

1.0.53

1 year ago

1.0.52

1 year ago

1.0.59

1 year ago

1.0.58

1 year ago

1.0.57

1 year ago

1.0.56

1 year ago

1.0.49

1 year ago

1.0.44

2 years ago

1.0.43

2 years ago

1.0.42

2 years ago

1.0.48

2 years ago

1.0.47

2 years ago

1.0.46

2 years ago

1.0.45

2 years ago

1.0.40

2 years ago

1.0.41

2 years ago

1.0.39

2 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.33

4 years ago

1.0.26

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago