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

create-easy-ui5

v1.1.1

Published

npm-init wrapper for Easy-UI5

Downloads

27

Readme

create-easy-ui5

npm version License Status REUSE status

npm-init wrapper for the Easy-UI5 Yeoman generator.

create-easy-ui5 is a thin wrapper that makes the Easy-UI5 generator available through npm init, npx, and a standalone easy-ui5 binary — so you can scaffold a new UI5 project without installing Yeoman or the generator globally first. It automatically picks up all available UI5 Community generators.

Quick Start

You can use any of the three entry points below — they all do the same thing. Pick whichever fits your workflow.

# 1. via npm init (no install required)
npm init easy-ui5 [template]

# 2. via npx (no install required)
npx create-easy-ui5 [template]

# 3. via the installed binary
npm install -g create-easy-ui5
easy-ui5 [template]

If you omit [template], Easy-UI5 will prompt you to pick one interactively.

Requirements

  • Node.js ≥ 20.17 (LTS). See DEPENDENCIES.md for the rationale behind this floor.

How it works

create-easy-ui5 does three things on every invocation:

  1. Creates a fresh Yeoman environment in the current working directory.
  2. Looks up the easy-ui5:app generator from generator-easy-ui5 (or any compatible generator already installed locally / globally).
  3. Hands control over to that generator, forwarding any CLI arguments you passed in.

That's it — the actual project scaffolding, prompts, and template logic all live in generator-easy-ui5 and the UI5 Community generators. If you hit something that looks like a template bug, please report it there.

Documentation & Templates

Support

This project is community-maintained. The best places to get help are:

Please read the issue reporting guidelines before opening an issue.

Contributing

Contributions of any kind — bug reports, fixes, doc improvements, ideas — are warmly welcomed.

  • CONTRIBUTING.md — how to set up, what we expect from pull requests, commit message rules, and the changeset-based release flow.
  • DEPENDENCIES.md — why some dependencies are pinned; consult this before bumping anything.
  • SECURITY.md — how to report vulnerabilities and the supply-chain controls in place on this repository.
  • CODE_OF_CONDUCT.md — the Contributor Covenant we follow.

Release Process

This repository uses Changesets for versioning and automated publishing to npm. See the Releasing the Package section in the contributor guide.

License

This project is licensed under the Apache Software License, Version 2.0, except as noted otherwise in the LICENSE file.