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

cili

v3.1.3

Published

Delightful library bundler.

Downloads

10

Readme

Features

  • 🚀 Fast, zero-config by default.
  • 📦 Using Rollup under the hood.
  • 🚗 Automatically transforms JS files using Buble/Babel.
  • 💅 Built-in support for CSS Sass Stylus Less CSS modules.
  • 🎶 Ridiculously easy to use Rollup plugins if you want.
  • 🚨 Friendly error logging experience.

In umd format it inlines node modules (could be turned off) so it takes a bit longer.

Install

😇 Migrating from v1 to v2? Check out release note. 😇 Migrating from v2 to v3? Check out release note.

# Globally
yarn global add bili
# Locally
yarn add bili --dev

If you prefer npm:

# Globally
npm i -g bili
# Locally
npm i -D bili

Usage

Bundle src/index.js with a single command:

bili

Then you will get ./dist/index.cjs.js. To generate in more formats, try:

bili --format cjs,es,umd,umd-min

Then you will get:

index.js            # UMD format
index.min.js        # Minified UMD format
index.min.js.map    # Sourcemaps for minified UMD format
index.cjs.js        # CommonJS format
index.es.js         # ES module format

Dive into the documentation to see more neat features!

Here're some quick links:

Bundled by Bili

  • cac - Simple yet powerful framework for building command-line interface.
  • vue-final-form - 🏁 High performance subscription-based form state management for Vue.js.
  • babel-preset-vue - Babel preset for transforming Vue JSX.
  • uncouple - A simple lib to uncouple prototype methods.
  • cullender - A simple and composable way to filter data.
  • vuex-handler - A vuex plugin to globally handle actions successes and failures.
  • gulp-html-accents - A gulp plugin that parse accents and special characters to HTMLEntities.
  • vue-data-tablee - A pretty simple Vue DataTable component with some features like sort and select rows.
  • vue-uuid - Vue plugin to add UUID methods to Vue instance.
  • vue-gh-corners - :octocat: GitHub Corners for Vue.
  • alphaX - :fire: Fueling your scaffolding.
  • vuejs-storage - Vue.js and vuex plugin to persistence data with localStorage/sessionStorage.
  • w7 - :shamrock: Serves the pure htmls, updates the browser on changes.
  • consola - Elegant Console Logger
  • vue-slide-bar - 🎢 A simple Vue slider bar component.
  • vue-svg-filler - 🎨 Vue component for customize svg file.
  • vue-lib-template - 🛠 A simple template for building and publishing component/library to NPM (bundled by bili).
  • vue-highlight-text - Vue component for highlight multiple instances of a word.
  • vue-spinkit - A collection of loading indicators animated with CSS for VueJS
  • vue-chat-autosize-typebox - Vue component of typebox chat with autosize
  • vue-emoji-react - a clone of slack emoji reactions in VueJS
  • vue-infinite-slide-bar - ∞ Infinite slide bar component.
  • vuex-dry - Keep your vuex codes DRY
  • apitool - An organized way to work with your APIs
  • Feel free to submit yours

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

bili © EGOIST, Released under the MIT License. Authored and maintained by EGOIST with help from contributors (list).

egoist.moe · GitHub @EGOIST · Twitter @_egoistlily