Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/fe-fpm-writer

Package Overview
Dependencies
Maintainers
0
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/fe-fpm-writer

SAP Fiori elements flexible programming model writer

  • 0.31.18
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
35K
decreased by-4.98%
Maintainers
0
Weekly downloads
 
Created
Source

@sap-ux/fe-fpm-writer

Generates elements defined in the Fiori elements for OData v4 flexible programming model into Fiori elements applications

Installation

Npm npm install --save @sap-ux/fe-fpm-writer

Yarn yarn add @sap-ux/fe-fpm-writer

Pnpm pnpm add @sap-ux/fe-fpm-writer

Usage

import { generate } from '@sap-ux/fe-fpm-writer';
import { join } from 'path';

const projectDir = join(__dirname, 'test/test-input/basic-lrop');
const fs = await generateCustomPage(
    targetPath,
    {
        name: 'MyCustomPage',
        entity: 'Booking',
        navigation: {
            sourcePage: 'TravelObjectPage',
            navEntity: '_Booking'
        }
});

fs.commit();

See more complex example in /test/integration/index.test.ts

Keywords

SAP Fiori elements

FAQs

Package last updated on 18 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc