0.3.4 • Published 3 years ago

sapui5-helper v0.3.4

Weekly downloads
73
License
ISC
Repository
github
Last release
3 years ago

SAPUI5 Helper

A SAPUI5 helper package for creating new projects and running it on Node server.

To install: npm install -g sapui5-helper

To create a new SAPUI5 application:

  • Run sapui5-new-project <project-name>.

Just note that the directory with that name must not exist.

To run the SAPUI5 application:

  • Transfer to the root of application. cd <project-name>
  • Run sapui5-run <port-number> i.e. sapui5-run 8080.

File Creation:

  • You can run sapui5-new-file controller <name> to create a controller at the /controller folder.
  • You can run sapui5-new-file model <name> to create a JSON model at the /model folder. Note that this command automatically creates the model folder if it does not exist.
  • You can run sapui5-new-file view <name> to create a view at the /view folder. You will choose what type of view you are creating.
  • You can run sapui5-create-manifest to create a manifest.json at the current folder.

Note that you must not include the .controller.js for controller or .json for model in the name of the file in the command argument.

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.1-1

4 years ago

0.3.1-0

4 years ago

0.1.1-0

4 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.29

5 years ago

0.1.28

5 years ago

0.1.27

5 years ago

0.1.26

5 years ago

0.1.25

5 years ago

0.1.24

5 years ago

0.1.23

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago