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

boilermanager

v1.7.2

Published

⚡ quickstart your nodejs projects with zero time spent on configuring frequently used tools while also having the ability to manage your own boilerplates.

Downloads

36

Readme

:trumpet: Overview

Quickstart your projects by using a pre-configured boilerplate while also being able to manage and use your own boilerplates.

The default boilerplates available are listed from js-boilerplates and if you wish you can create your own according to boilerplates-template.

This tool was originally meant to be used only in javascript based projects, but it in fact can handle boilerplates from every other languages, such as golang-boilerplates.

:dart: Features

   ✔️ choose which boilerplate to start from: the default available options are listed from js-boilerplates;    ✔️ choose the boilerplate source from three options: default, github repository or local folder;    ✔️ create your own boilerplates by following boilerplates-template folder structure;    ✔️ supports filtering while choosing the boilerplate;    ✔️ shows if there is a new version available at every run.

:warning: Requirements

In order to use this project in your computer, you need to have the following items:

  • npm: To install the package. Npm is installed alongside nodejs;
  • nodejs: To actually run the package.

:bulb: Usage

Installation

To install boilermanager in your computer, simple run this command:

# install the boilermanager npm package
$ npm install -g boilermanager

After that you will be able to use the cli commands, through boilermanager or bpm.

Commands

The boilermanager has the following commands:

:wrench: Development

Development setup

if you want to contribute to this project, setup this project in your computer by run the following commands:

# Clone this repository
$ git clone https://github.com/lucasvtiradentes/boilermanager

# Go into the repository folder
$ cd boilermanager

# Install dependencies
$ npm install

# Run the typescript code in development mode
$ npm run dev

Used technologies

This project uses the following thechnologies:

:books: About

Related

  • js-boilerplates: default javascript boilerplates available;
  • golang-boilerplates: golang boilerplates;
  • boilermanager-template: template repository for you create and use your own boilerplates in boilermanager;
  • boilr: boilerplate template manager that generates files or directories from template repositories.

License

This project is distributed under the terms of the MIT License Version 2.0. A complete version of the license is available in the LICENSE file in this repository. Any contribution made to this project will be licensed under the MIT License Version 2.0.

Feedback

If you have any questions or suggestions you are welcome to discuss it on github issues or, if you prefer, you can reach me in my social media provided bellow.