cdsify-gen
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

cdsify-gen

Creates early bound TypeScript interfaces to work with cdsify.

Usage

  1. Add authentication for your CDS Environment:
    ~$ npx node-cds-auth [tennant] [environment]
    E.g.
    ~$ npx node-cds-auth contoso.onmicrosoft.com contosoorg.crm.dynamics.com

  2. Initialise cdsify to create .cdsify.json config file:
    ~$ npx cdsify-gen init

  3. At any time, you can re-generate the early bound types using:
    ~$ npx cdsify-gen

Installing Globally

If you would rather install cdsify-gen globally you can use:
~$ npm install -g cdsify-gen node-cds-auth

This will then allow you to simply use:
~$ node-cds-auth
~$ cdsify-gen

For more information see the cdsify project

Readme

Keywords

none

Package Sidebar

Install

npm i cdsify-gen

Weekly Downloads

2

Version

1.0.13

License

MIT

Unpacked Size

233 kB

Total Files

209

Last publish

Collaborators

  • scott_durow