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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@newput-newlink/monorepo

v1.0.5

Published

Newlink is a robust npm package designed to streamline the development process by providing essential functionalities out-of-the-box. Developers can use Newlink to build both monolithic and microservices architectures without worrying about foundational a

Readme

Newlink - Simplifying Development with Essential Features

Newlink is a robust npm package designed to streamline the development process by providing essential functionalities out-of-the-box. Developers can use Newlink to build both monolithic and microservices architectures without worrying about foundational aspects like authentication and authorization. With its CLI, getting started with Newlink is quick and effortless.


Features

Newlink provides the following core features to accelerate development:

  1. Authentication
    Pre-built authentication functionalities to manage user access securely and efficiently.

  2. Authorization
    Flexible role-based access control to define and enforce user permissions.

  3. Cache
    High-performance caching capabilities to optimize application speed and reduce load times.

  4. Rate Limiter
    Built-in rate limiting to protect your application from abuse and ensure fair usage.

  5. Blockchain
    Blockchain integration support for building decentralized features with ease.

  6. Notification
    Powerful notification service to enhance user engagement across multiple channels.

Modules

| Module | Description | Package Name | | ------------------ | -------------------------------- | -------------------------------- | | CLI | Command-line interface for setup | @newput-newlink/cli | | Authentication | User authentication system | @newput-newlink/authentication | | Authorization | Role-based access control | @newput-newlink/authorization | | Cache | Application caching | @newput-newlink/cache | | Rate Limiter | Request rate limiting | @newput-newlink/ratelimiter | | Blockchain | Blockchain integration | @newput-newlink/blockchain | | Notification | User notifications | @newput-newlink/notification |


Future Implementation

Newlink is continually evolving, with exciting features planned for future releases to further enhance developer productivity and enable advanced capabilities:

  1. AI Integration
    Incorporate artificial intelligence features such as machine learning models, natural language processing, and AI-driven recommendations.

  2. BPMN (Business Process Model and Notation)
    Support for designing and automating business workflows with BPMN-compliant tools and APIs.

  3. DMN (Decision Model and Notation)
    Add decision modeling features for creating and executing decision tables and rules.

  4. Messaging
    Enable asynchronous messaging and communication features for inter-service communication and event-driven architectures.

  5. Blog Module
    Provide a blog management module for creating, editing, and publishing blog content seamlessly.

  6. Questionnaire Module
    Introduce a dynamic questionnaire builder for surveys, quizzes, and user feedback collection.

  7. Analytics
    Advanced analytics tools for monitoring application performance, user behavior, and generating actionable insights.

  8. File Storage
    Built-in file storage management for handling uploads, downloads, and secure file sharing.

  9. Search Engine
    Full-text search capabilities to enhance data accessibility and user experience.

These future implementations aim to make Newlink a comprehensive and indispensable tool for developers across a wide range of applications and industries.

Getting Started

Newlink is a monorepo managed with Lerna, making it modular and scalable for diverse project requirements.

Prerequisites

Ensure you have the following installed:

  • Node.js (v20 or later)
  • npm (v8 or later)

Installation

Use the Newlink CLI to quickly initialize your project:

npx @newput-newlink/cli
cd my-project

Installation Process

During installation, the CLI will guide you through two key configuration steps:

-> Architecture Selection: Choose between Monolithic or Microservice architecture based on your project requirements. -> Service Setup: You'll be prompted to enable the various services. Enter 'Y' to include this feature in your installation.

The CLI tool handles all dependency installation and initial setup automatically, creating a production-ready service configured to your specifications. What Happens Next? After completing these steps, the NewLink CLI will:

Install all required dependencies Generate necessary configuration files Set up your chosen architecture Configure the services Initialize your project with the selected settings

Now your NewLink service is ready for development and deployment.