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

ignite-kryptonite

v0.2.1

Published

Cook up an ignite flavoured web project.

Readme

Kryptonite

Ignite for React-based Single Page Web Apps

Why?

  • you shouldn't need to be Superman (or Wonderwoman) to write a web app these days.
  • its fun to share stuff (but perhaps not toothbrushes)
  • I like to give back.

Warning!!!!

Warning! Warning! ~~Beta~~ Alpha Software, 0.2.0 release, breaking changes, frequent crashes, lots of bugs, all that stuff. Might not work in your use case, but I'm pretty sure it WOMM. Having said this though, the component/container generators and basic structure of the project should be sound.

Still here? Cool.

Here are some instructions to get you started:

  • Install the ignite cli, if you haven't done so already - npm install -g ignite-cli
    • ProTip: That'll require you to install the react-native-cli too, but we'll be taking that away (hopefully soon!)
  • Run the following command - ignite new MyAwesomeThing -b ignite-kryptonite
    • ProTip: the -b switch means "Use this boilerplate"
  • Thats it. Really.

This repo makes no assumptions about your component library, so you can install whatever you like (or none at all).

Driving it :car:

You can use the following commands:

Type ignite generate ________ to run one of these generators:

  component   Generates a component and styles.
  container   Generates a redux smart component.
  crudsaga    Generates a saga.
  crudredux   Generates a action/creator/reducer set for Redux.        
  saga        Generates a saga                
  redux       Generates a action/creator/reducer set for Redux.        
  screen      Generates a redux smart component.  

Things you'll need to do yourself

Yeah, you can't have everything :).

  • When you do api calls for realsies, you'll need to hook up the saga index file file

Tests

add tests: true to your ignite.json and watch jest tests magically appear for everything (except screens) when you run the generators.

StoryBooks

add storybooks: true to your ignite.json and watch storybook templates get generated automagically for each of your components. yarn run storybook will start the storybook server on port 9009.

Don't like my templates?

Hey, that's cool. I don't mind. All I wanted was to get you started quickly, and help you avoid some of the pain I went through when setting up my projects. Feel free to ignite spork and follow your :nose:.

TODO

  • [ ] Add contributing.md
  • [x] Add testing with jest. Coming Soon!. :)
  • [x] Write some integration tests. No, really. :)
  • [x] Add a proper boilerplate for ~~both~~ web ~~and electron~~ projects
  • [ ] Uninstall. Although, I am not sure why you'd want to leave.
  • [x] Live long and prosper. 🖖

Thanks :heart: :clap:

Shoutouts to: infinite red for providing the fuel for this and, also, for being generally awesome. :tada:

License

MIT © Justin Lane 2018