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-igniteui

v0.1.2

Published

Generates a simple Web app with the Ignite UI boilerplate (for use with Yeoman).

Downloads

11

Readme

A Yeoman Generator for Ignite UI

What is Ignite UI?

Ignite UI Ignite UI is an advanced HTML5+ toolset that helps you create stunning, modern Web apps. Building on jQuery and jQuery UI, it primarily consists of feature rich, high-performing UI controls/widgets such as all kinds of charts, data visualization maps, (hierarchical, editable) data grids, pivot grids, enhanced editors (combo box, masked editors, HTML editor, date picker, to name a few), flexible data source connectors, and a whole lot more. Too many to list here--check out the site for more info and to download.

Ignite UI is not just another library created in someone's free time. It is commercial-ready, extremely well-tested, tuned for top performance, designed for good UX, and backed by a thriving 20+-year-old UI software company, Infragistics.

About this Generator

This is a very basic initial release, but the hope is you'll submit issues with what is important to you to add. Or hey, you know, this is open source, so feel free to submit pull requests with improvements, though you may want to discuss your ideas first in issues. :)

Because Ignite UI is a licensed product, we reference the public/free trial release in the script references. You will want to replace that with your own licensed. I am trying to think of a good way to generate with licensed scripts. If you have ideas for that, please share.

What You Get

As of today, all it will do is generate an HTML page in the current directory based on the Ignite UI boilerplate with a chart and grid sample built in. This is meant to quickly give you something to modify/build from, or you can just delete it.

This is not a project generator. Ignite UI is not an application framework; it can be used with the popular application frameworks, such as Angular, Ember, Backbone, etc. So I recommend using yo <yourappframework> first, then you can use yo igniteui to generate a page in your app that uses Ignite UI.

We could theoretically expand to let you pick a popular base framework first, but I'd like to see how important that is to people.

Getting Started

To use, you have to first install Yeoman. I highly recommend this tool. You can use it to scaffold your apps and save yourself a lot of trouble. If you don't have it installed yet, run:

$ npm install -g yo

Installing the Ignite UI Generator

Just run:

$ npm install -g generator-igniteui

Using the Ignite UI Generator

In the directory that you want to create your page, run:

$ yo igniteui

Your new page should look something like this: What You Should See

The generated code is decorated with comments to help you tweak it for your purposes.

That's it! Hope it helps!

Suggestions/Issues

If you have suggestions, please submit issues here.