0.3.56 • Published 2 days ago

@sap-ux/app-config-writer v0.3.56

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 days ago

@sap-ux/app-config-writer

The @sap-ux/app-config-writer adds or updates configurations to a SAP Fiori tools project.

Features

Smart Links configuration

You can define smart links in an application to provide navigation links to other SAP Fiori applications in a standardized way. To be able to deliver an application with preconfigured targets for the included smart links, you need to import the available targets from a remote configuration of the SAP Fiori launchpad with the provided add smart links config command. Then you can configure the smart links with the help of the preview mode for developer variant creation. https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/ceb845a45dd94f4c8bd52f2976f99090.html?q=developer%20variant%20creation&locale=en-US

Installation

Npm npm install --save @sap-ux/app-config-writer

Yarn yarn add @sap-ux/app-config-writer

Pnpm pnpm add @sap-ux/app-config-writer

Usage

Smart Links configuration

Using @sap-ux/create module

  • You can easily add a smart links configuration by running: npm init @sap-ux add smartlinks-config

Using @sap-ux/app-config-writer

import { generateSmartLinksConfig } from '@sap-ux/app-config-writer';

const myProjectPath = 'path/to/my/project'; // Path to the root of the Fiori app
const target = {
  url: 'https://abc.example', // For BAS, use `destination`
  client: '100', // Optional client
};
const auth = { username: 'user', password: 'password' }; // Authentication details

const exampleSmartLinksConfig = async () => {
  const fs = await generateSmartLinksConfig(myProjectPath, { target, auth });
  return new Promise((resolve) => {
    fs.commit(resolve);
  });
};

// Calling the function
exampleSmartLinksConfig();

See more complex example in /test/unit

Keywords

SAP Fiori elements

0.3.56

2 days ago

0.3.55

3 days ago

0.3.53

6 days ago

0.3.54

6 days ago

0.3.52

13 days ago

0.3.51

16 days ago

0.3.50

16 days ago

0.3.49

16 days ago

0.3.48

21 days ago

0.3.47

22 days ago

0.3.46

24 days ago

0.3.45

24 days ago

0.3.44

27 days ago

0.3.43

29 days ago

0.3.42

1 month ago

0.3.41

1 month ago

0.3.40

1 month ago

0.3.39

2 months ago

0.3.38

2 months ago

0.3.37

2 months ago

0.3.36

2 months ago

0.3.35

2 months ago

0.3.34

2 months ago

0.3.33

2 months ago

0.3.32

2 months ago

0.3.31

2 months ago

0.3.30

2 months ago

0.3.29

2 months ago

0.3.28

3 months ago

0.3.27

3 months ago

0.3.26

3 months ago

0.3.25

3 months ago

0.3.24

3 months ago

0.3.23

3 months ago

0.3.22

3 months ago

0.3.21

3 months ago

0.3.20

3 months ago

0.3.19

3 months ago

0.3.18

3 months ago

0.3.17

4 months ago

0.3.16

4 months ago

0.3.15

4 months ago

0.3.14

5 months ago

0.3.13

5 months ago

0.1.10

9 months ago

0.1.11

9 months ago

0.1.12

9 months ago

0.1.13

8 months ago

0.1.14

8 months ago

0.1.15

8 months ago

0.0.30

10 months ago

0.1.0

10 months ago

0.3.0

7 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.3.6

6 months ago

0.1.8

9 months ago

0.0.26

10 months ago

0.3.5

6 months ago

0.1.7

9 months ago

0.0.27

10 months ago

0.3.8

6 months ago

0.0.28

10 months ago

0.3.7

6 months ago

0.1.9

9 months ago

0.0.29

10 months ago

0.3.2

7 months ago

0.1.4

10 months ago

0.3.1

7 months ago

0.1.3

10 months ago

0.3.4

6 months ago

0.1.6

9 months ago

0.3.3

7 months ago

0.1.5

9 months ago

0.3.9

6 months ago

0.0.25

10 months ago

0.3.12

5 months ago

0.3.11

6 months ago

0.3.10

6 months ago

0.1.20

8 months ago

0.1.21

8 months ago

0.1.22

8 months ago

0.1.23

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.16

8 months ago

0.1.17

8 months ago

0.1.18

8 months ago

0.1.19

8 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.0.22

11 months ago

0.0.23

11 months ago

0.0.24

11 months ago

0.0.20

11 months ago

0.0.21

11 months ago

0.0.10

12 months ago

0.0.11

12 months ago

0.0.12

12 months ago

0.0.13

11 months ago

0.0.14

11 months ago

0.0.15

11 months ago

0.0.9

12 months ago

0.0.16

11 months ago

0.0.8

12 months ago

0.0.17

11 months ago

0.0.18

11 months ago

0.0.19

11 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago