All Projects → SAP → Ui5 Typescript

SAP / Ui5 Typescript

Licence: other
Tooling to enable TypeScript support in SAP UI5 projects

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ui5 Typescript

Warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
Stars: ✭ 2,094 (+1439.71%)
Mutual labels:  open-source
Rhisis
Rhisis is an experimental FlyFF MMORPG emulator built with C# 9 and .NET 5
Stars: ✭ 132 (-2.94%)
Mutual labels:  open-source
Awesome Travel
Do you want to build a travel app?
Stars: ✭ 133 (-2.21%)
Mutual labels:  open-source
Instantsearch Android
A library of widgets and helpers to build instant-search applications on Android.
Stars: ✭ 129 (-5.15%)
Mutual labels:  open-source
Partyshare
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
Stars: ✭ 131 (-3.68%)
Mutual labels:  open-source
Websiteone
A website for Agile Ventures
Stars: ✭ 132 (-2.94%)
Mutual labels:  open-source
Awesome Python Scripts
A curated collection of some 😍 cool Python scripts.
Stars: ✭ 128 (-5.88%)
Mutual labels:  open-source
Sltbench
C++ benchmark tool. Practical, stable and fast performance testing framework.
Stars: ✭ 137 (+0.74%)
Mutual labels:  open-source
Simple Chrome Custom Tabs
Easy integration of Chrome Custom Tabs into your project. Just connect it to your activity, and navigate to the external website styling your tab as you wish.
Stars: ✭ 131 (-3.68%)
Mutual labels:  open-source
Customizr
Customizr WordPress Theme
Stars: ✭ 133 (-2.21%)
Mutual labels:  open-source
Popupblocker
Popup blocking userscript
Stars: ✭ 130 (-4.41%)
Mutual labels:  open-source
Open Source Handbook
⭐️ Open source projects for all skill levels
Stars: ✭ 131 (-3.68%)
Mutual labels:  open-source
Hkosharp
Unofficial C# Library of Hong Kong Observatory API
Stars: ✭ 135 (-0.74%)
Mutual labels:  open-source
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+1200%)
Mutual labels:  open-source
Mailcare
[MIRRORING REPOSITORY] See https://gitlab.com/mailcare/mailcare. MailCare is an open source disposable email address services. Accessible via web browser or API to protect your privacy right now.
Stars: ✭ 136 (+0%)
Mutual labels:  open-source
Wallstant
Create your own social network for free with Wallstant social network, easy to install and fast to use .. Make people connected
Stars: ✭ 127 (-6.62%)
Mutual labels:  open-source
Lxi Tools
Open source LXI tools
Stars: ✭ 132 (-2.94%)
Mutual labels:  open-source
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+1.47%)
Mutual labels:  open-source
Personal Security Checklist
🔒 A curated checklist of 300+ tips for protecting digital security and privacy in 2021
Stars: ✭ 2,388 (+1655.88%)
Mutual labels:  open-source
Code Is Science
Scientific code needs to be open source and peer reviewed
Stars: ✭ 133 (-2.21%)
Mutual labels:  open-source

🚧 Work in Progress! 🚧

CircleCI styled with prettier dependentbot REUSE status

UI5-TypeScript

UI5-TypeScript is an npm mono-repo that contains tooling to support TypeScript in SAP UI5 Projects. These tooling can enable:

  • Better IDE integration for SAP UI5 projects (e.g content assist).
  • Using TypeScript compiler to perform type checks on SAP UI5 applications.
  • More easily implementing UI5 applications in TypeScript thus enjoying the general benefits of TypeScript.

Learn more about the general benefits of TypeScript here:

It currently contains a single public package:

  • @ui5/dts-generator A low level compiler which transforms SAP UI5 api.json format to TypeScript definition(dts) file format.

    npm-ui5-dts-generator

How to obtain the UI5 TypeScript signatures?

The UI5 type signatures generated by the @ui5/dts-generator are created and published as part of the UI5 build process.

With npm:

  • npm install @sapui5/ts-types --save-dev

With Yarn

  • yarn add @sapui5/ts-types --dev

See the demos directory for consumption examples of said signatures.

Status

This project is in an experimental Beta State. Significant changes are likely to occur, including potential breaking changes.

Support

Please open issues on github.

Contributing

See CONTRIBUTING.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].