0.3.5 • Published 6 years ago

generator-appkit v0.3.5

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

generator-appkit npm version

  • es6 syntax
  • es6 transpilation
  • minifying files
  • xml validation
  • jsHint
  • prettier
  • browserify
  • and more..

Installation

  1. Open up your Terminal, navigate to the root folder enter: npm install
  2. Install yo globally, enter: npm install yo -g
  3. Create a symlink just enter : npm link

Running the app generator

To run and create a whole new ui5 project in es6 syntax, enter: yo appkit

You will have to go trough five steps:

  1. Enter a project name that you like
  2. Enter a service name which you would want to connect to and not the whole url.
  3. Enter a module name or package name, that you wish.
  4. Enter a name for the default View/Controller.
  5. Enter a path in which the project should be generated. ../../ - Go two folders back and create it there ../output/ - Go a folder back, and place it in the output folder. (When folder does not exist, then it will be created.)

Getting started with gulp, transpiling and more Getting started with running the application in a webserver Getting started with browserify and installing libraries

Sub-generators

  • By entering yo appkit --generators you will see all generators available
  • With yo appkit:nameofsubgenerator you can run a subgenerator

appkit-generator has following sub-generators available:

├─┬ appkit
│ ├── controller ( generates a Controller.js )
│ └── fragment ( generates a Fragment.xml )
│ └── i18n ( generates a i18n.properties )
│ └── view ( generates a View.xml )
0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago