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

supply-chain-rccp

v1.0.0

Published

supply-chain-rccp is a lightweight and independent module for performing Rough-cut Capacity Planning (RCCP) functions in supply chain management. It provides essential tools for evaluating capacity requirements against available resources, helping busines

Downloads

81

Readme

byte-packet

npm version npm downloads Bundle Size Install Size

Overview

supply-chain-rccp is a lightweight and independent module for performing Rough-cut Capacity Planning (RCCP) functions in supply chain management. It provides essential tools for evaluating capacity requirements against available resources, helping businesses make informed decisions on production feasibility and resource allocation with minimal setup and integration overhead. Ideal for supply chain planners and developers looking for a streamlined solution to integrate RCCP into their workflows.

Features

  • Capacity Requirements Calculation: Ability to calculate capacity requirements based on production plans, demand forecasts, and bill of resources (BOR).
  • Resource Availability Evaluation: Functionality to evaluate current and projected availability of key resources (e.g., labor, machinery, materials).
  • Flexible Byte Packet Management: Split, combine, and manage byte arrays packets with custom metadata flags, payload sizes, and checksum sizes.
  • Ease of Integration: Integrates with basic JS data formats and other supply-chain modules

Installation

npm install supply-chain-rccp

Help Improve – Your Feedback Matters! 🚀

I'm committed to making this npm package the best it can be, and need your input to do it! If this package was useful, met your expectations, or if it fell short in some way, I'd love to hear from you. Your feedback will help me understand what's working and what features are in demand.

👉 Click here or scan the QR code to give feedback in less than 60 seconds – your insights will directly influence future updates and features. Thank you for your insights! 🙌

Feedback

Usage

API:

Contributing

I’d love to welcome contributions for this module. Whether it’s bug fixes, new features, or improvements to the existing codebase, feedback and input is highly valued.

How to Contribute

Fork the Repository: Start by forking the repo to your own GitHub account. Clone the Repo: Clone your fork locally to work on it.

git clone https://github.com/adam-ballinger/supply-chain-rccp.git
cd byte-packet

Create a Branch: Create a new branch to work on your changes.

git checkout -b my-new-feature

Make Changes: Implement your changes or additions. Run Tests: If you add new features or fix bugs, please run the tests to ensure the code remains stable. Write new tests for new features.

npm install --save-dev jest
npm run test

Lint your changes: Lint your changes with the eslint.config.js file for consistency accross the library.

npm install --save-dev eslint
npm run lint

#Or if you want eslint to fix:

npm run lint:fix

Commit and Push: Commit your changes and push them to your forked repository.

git add .
git commit -m "Description of your changes"
git push origin my-new-feature

Create a Pull Request: Once your changes are ready, create a pull request to the main repository. You can do this by visiting this link Pull Requests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Adam Ballinger - GitHub

I'm excited about Node.js and npm. My focus is on writing code that works seamlessly in both Node.js and the browser, with a strong emphasis on creating small, lightweight packages. My goal is to ensure that everything I write is easy to understand, even for beginners, quick to implement, and adheres to best practices and conventions.

I believe in the importance of writing code as human-friendly as possible. I am an amateur with much to learn, I am dedicated to improving my skills and would appreciate any feedback or guidance from the community.

To-Do