npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ragarwal06/create-sap-fs-app

v1.0.4

Published

A CLI for creating SAP full stack applications

Readme

CLI Tool for SAP BTP Full-Stack Applications

NPM Version License: ISC

A zero-config CLI tool to scaffold full-stack SAP Business Technology Platform (BTP) applications in minutes. Supports UI5 or React frontends and Node.js or Spring Boot backends, with ready-to-use deployment descriptors.

🚀 Features

  • Generates complete project boilerplates:
    • UI5 or React frontend
    • Node.js or Spring Boot backend
  • Auto-configured package.json / pom.xml, VS Code launch & task files
  • Predefined deployment descriptors: mta.yaml, xs-app.json, etc.
  • Extensible via a plugin API or direct CLI flags
  • Out-of-the-box integration with common SAP BTP services
  • Consistent conventions for faster team onboarding

🎯 Prerequisites

  • Node.js ≥ 14.19
  • npm, yarn, or pnpm
  • (Optional) SAP BTP CLI (@sap/cli) & Cloud Foundry CLI (cf) to deploy

⚙️ Installation & Usage

Invoke the generator using your preferred package manager’s create command. This downloads and runs the latest CLI without global install.

npm

npm create @ragarwal06/sap-fs-app@latest

yarn

yarn create @ragarwal06/sap-fs-app@latest

pnpm

pnpm create @ragarwal06/sap-fs-app@latest

📋 Usage

After running the create command, follow the interactive prompts:

  1. Project name, namespace, and package type
  2. Frontend choice: UI5 or React
  3. Backend choice: Node.js or Spring Boot
  4. Select additional SAP BTP services (e.g., Connectivity, XSUAA, HANA)
  5. Review dependency versions and confirm

The generator creates a new directory containing:

  • package.json or pom.xml
  • Scaffolded UI5/React frontend code
  • Scaffolded Node.js/Spring Boot backend code
  • Deployment descriptors (mta.yaml, xs-app.json, etc.)

📄 License

This project is licensed under the ISC License. See the LICENSE file for details.