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 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-xsp

v2.1.0

Published

a yeoman generator to scaffold an XPages runtime (xsp) compliant On Disk Project (ODP)

Downloads

58

Readme

a yeoman generator to scaffold an XPages runtime (xsp) compliant On Disk Project (ODP)

NPM version Build Status Dependency Status Coverage Status Codacy Badge semantic-release npm PRs Welcome Roadmap Issues All Contributors

Try With No Install

Run:

npx -p yo -p generator-xsp -c 'yo xsp'

Full Installation

First, install Yeoman and generator-xsp using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-xsp

Use

Then generate your new project:

mkdir my-new-proj
cd my-new-proj
yo xsp

Example

asciicast

Import to IBM Domino Designer

Importing your On Disk Project (ODP) into IBM Domino Designer is the end-goal. This will not work as a full application in its NSF container without being interacted with from a Domino Designer instance.

If you need help getting started with source control and its relationship to Domino/XPages applicaitons, you may wish to get started at Notes in 9 episode 131: Use SourceTree for Better XPages Source Control.

Sub-Generators

A sub-generator is one that creates/scaffolds a part or parts of an app. By default, yeoman will generator the entirety of the defined app. For example, if one were to look at generator-angular, you would find that you can scaffold an app or a specific directive or filter, etc. The format of this follows the basics of yo xsp:<sub-generator>.

Available are:

  • XPages, yo xsp:xpage
  • Custom Controls, yo xsp:cc
  • Java Classes, yo xsp:class
  • Java Classes configured as beans, yo xsp:bean
  • a CustomRestService bean and integration into an api.xsp XPage via xe:restService, yo xsp:rest

Road Map

Want More?

Feel free to report bugs in Issues. If you would like to contribute code, read the CONTRIBUTING guide, then create a Pull Request.

Contributors

Thanks goes to these wonderful people (emoji key):

| Eric McCormick💬 📝 🐛 💻 📖 💡 🚇 👀 ⚠️ 🔧 📹 | Oliver Busse🐛 | | :---: | :---: |

This project follows the all-contributors specification. Contributions of any kind welcome!

License

The code in this project governs my unique contributions and is open, free to use and redistribute or modify, for public or private use, without warranty or liability.

The MIT License (MIT) © 2016 Eric McCormick

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.