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

slush-gladius

v1.3.0

Published

Slush generator for bleeding edge weapo... ehr, applications!

Downloads

18

Readme

slush-gladius

Build Status dependency Status devDependency Status

Slush generator for bleeding edge applications.

It comes with an ES6+ (ES7 async/await are there) to ES3-ish (as IE8 compatible as possible, but you may have to import polyfills, shims and shams accordingly) compilation process, together with a Browserify bundling and Uglifyjs compression.

Plus a CSS compilation task, to choose from one of the following:

  • LESS
  • Sass
  • SCSS + Compass
  • Myth
  • Stylus

as well as an Autoprefixer, post compilation, process (bye bye vendor prefixes).

Also, templates precompilation process, to choose from one of the following:

  • Handlebars
  • Dust
  • Dot.js
  • Jade

the task compiles templates in JST format, namespaces them under an R.templates globally accessible variable and serves it to you in the form of a template.js module inside your static scripts folder.

You can also rely on a Karma tests runner, with PhantomJS and Google Chrome engines (bring your own karma.config.js file, though), plus JSHint code check and JSValidate safety checks on critical tasks.

It also gives you the possibility to serve your own instance of a Node.js server, plus watchers and livereloading for, well, everything really.

Bonus: version bumping and git tagging/pushing tasks.

Based on the prebuilt gulp environment gladius-forge.

Installation + Usage

Simply install slush, as well as this generator, globally:

npm install -g slush slush-gladius

and then run, under an empty folder of your choice, the slush command:

slush gladius

Follow the instructions and in less than a minute you will have a complete bleeding edge boilerplate at your hand.

Enjoy.

Notes

The boilerplate comes with a very basic set of dependencies installed via NPM. The remaining modules needed by each task will be lazily installed during the pre-process phase of each default task.

This way makes it possible to have the smallest amount of dependencies needed to be installed for the production task, that reflects on an massive reduction of the installation footprint on production environment.

Thanks

This boilerplate of mine is just a combination of great tools put together to achieve higher goals (using cutting edge technologies today, greatly simplifying a developer's workflow, etc), and if it weren't for the people who built those tools, I wouldn't have made this little thing so far.

So, thanks goes to:

  • esnext developers and contributors, that are giving us the possibility to use ES6 syntax today, in the most lightweight way possible.
  • Facebook developers working on the Regenerator compiler, that are giving ES6 generators to us, today (also async and await statements <3).
  • The Gulp developers. Keep up the good work, looking forward for the v4.0.
  • People behind Browserify, because CommonJS is the right thing!
  • Karma, JSHint and gulp-jsvalidate developers, keeping our code safe.
  • All the great guys that brought to us those awesome gulp plugins, the list is long, so thank you all.