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

@pillar-ui/utils

v0.6.0

Published

A collection of utility functions and tools to assist with common tasks and improve the efficiency of web development. These utilities are carefully crafted to enhance productivity and streamline the development process.

Downloads

18

Readme

Pillar Utils

Pillar Utils is a collection of utility functions and tools designed to assist with common tasks and improve the efficiency of web development. These utilities are carefully crafted to enhance productivity and streamline the development process, allowing you to write clean, concise, and optimized code.

Features

  • Comprehensive Utilities: A collection of utility functions to handle common web development tasks.
  • Code Optimization: Tools and functions to optimize your code for better performance.
  • Development Efficiency: Utilities that enhance development efficiency and reduce repetitive tasks.
  • Data Manipulation: Functions for manipulating and transforming data structures, arrays, objects, and more.
  • String Manipulation: Utilities for string manipulation, including formatting, parsing, and validation.
  • Validation and Error Handling: Functions for validating data and handling errors effectively.
  • Development Tools: Tools and utilities to simplify the development workflow and improve productivity.

Installation

To start using Pillar Utils in your project, follow these simple steps:

  1. Make sure you have Node.js and npm (Node Package Manager) installed on your machine.

  2. Create a new project or navigate to your existing project directory in the terminal.

  3. Install the Pillar Utils package by running the following command:

npm install @pillar-ui/utils

Usage

Pillar Utils provides a variety of utility functions and tools that can be imported and used in your projects. Here's an example of how to use some of the utility functions:

import { formatDate, capitalize } from '@pillar-ui/utils'

const formattedDate = formatDate(new Date())
console.log(formattedDate) // Output: "July 15, 2023"

const capitalizedString = capitalize('hello world')
console.log(capitalizedString) // Output: "Hello World"

Make sure to explore the Pillar Utils documentation for detailed information on all available utility functions and tools.

Contributing

We welcome contributions to Pillar Utils! If you have any ideas for new utility functions, improvements, or bug fixes, please refer to our Contributing Guidelines for more information on how to get involved.

Let Us Know

If you have any questions, feedback, or need assistance with Pillar Utils, feel free to open a discussion on our GitHub page. We are committed to providing fast and helpful responses to ensure your success with the library.

You can visit the [Pillar Utils GitHub Discussions page]: https://github.com/HamzaAmar/pillar-ui/discussions to start a new discussion or join existing ones. We are here to support you and provide answers as quickly as possible.

License

Pillar Utils is released under the MIT License.

Feel free to customize the readme file further with specific links to your documentation, contributing guidelines, and any other relevant information for the users of the Pillar Utils package.