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

devout

v0.1.0

Published

A NodeJS build tool for devout library developers, dedicated to outputting pristine builds and streamlining project setup. It devotedly automates repetitive tasks, allowing developers to focus on what they do best: developing outstanding libraries.

Downloads

10

Readme

Devout

Devout is a WIP NodeJS build tool created with devotion for library developers who are passionate about their craft. It aims to elevate your development experience by automating project setup and common build procedures, allowing you to focus on creating outstanding code rather than managing repetitive tasks.

Features

  • Quickly set up your project structure with predefined templates and configurations.
  • Compile and bundle your library with ease, specifying output directories and handling all build steps automatically.
  • Effortlessly remove build artifacts and reset your project state with a single command.
  • Uses esbuild under the hood for lightning-quick compilation and bundling of TypeScript code.
  • Uses dts-bundle-generator for generation of TypeScript declaration types.
  • Uses sass for compilation of SCSS styles.

Motivation

The motivation behind creating Devout stems from a desire to eliminate the repetitive and time-consuming tasks associated with setting up new projects. As a developer, I found myself constantly going through the same steps to configure each project, which led to much frustration and wasted time. I wanted a tool that "just worked," especially with TypeScript, requiring minimal to no setup. Devout was born out of this need to streamline the development process, providing a seamless and efficient way to initialize, build, and clean projects with a single command-line interface. While Devout was designed to meet my personal needs, it may not work for everyone, and it is still in its early stages of development.

Installation

To install Devout, simply add it to your project using npm:

npm install -D devout

Usage

Devout provides a command-line interface to manage your project. The following commands are available:

Initialize the Project

Sets up your project with the necessary structure and configuration.

npx devout init

Build the Project

Compiles and bundles your library, with options to specify the output directory.

npx devout build -o <path>

By default, the output directory is set to dist.

Clean the Project

Removes all build artifacts, allowing you to reset your project state.

npx devout clean

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. All contributions are greatly appreciated.

License

Distributed under the MIT License. See LICENSE for more information.