0.1.4 • Published 9 months ago

create-cds v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Bootstrap SAP CAP project with one command

This command will initialize a new monorepo for CAP projects

Usage

It is enough just to run this command

npx create-cds my-cap-workspace

Command documentation

Commands:
  create-cds <name>  create a new CAP(CDS) workspace

CAP project options:
  --name      CAP project name                                          [string]
  --features  Comma-delimited list of features to add to the cap project ( see
              "cds add --help" for more information )                   [string]

Options:
  --version  Show version number                                       [boolean]
  --path     Path (relative to the workspace root) where to create CAP projects
                                                                        [string]
  --help     Show help                                                 [boolean]

If features not provided, then interactive screen will be shown:

alt text

0.1.4

9 months ago

0.0.6

9 months ago