New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@devlander/package-json-helper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@devlander/package-json-helper

![Package Json Helper Header](https://github.com/Devlander-Software/package-json-type-helper/raw/main/media/images/package-json-type-helper-preview.jpg)

unpublished
latest
Source
npmnpm
Version
1.0.59
Version published
Maintainers
1
Created
Source

Package.json Type Helper: Streamline Your Design System Development

Package Json Helper Header

Promote your experience with Package.json Type Helper using our Twitter hashtag, connect on Discord, download from npm, engage in GitHub discussions, follow live updates on Twitch, and stay informed through Twitter and Wakatime stats.

  • Share on Twitter: #Devlander
  • Join Discord: Discord
  • npm Downloads: npm
  • GitHub Discussions: GitHub
  • Watch on Twitch: Twitch
  • Follow on Twitter: Twitter
  • Wakatime Stats: Wakatime

Introduction

The Package.json Type Helper is a pivotal utility for developers working with design systems in Storybook and React. It simplifies managing the type property in the package.json file, facilitating seamless development and deployment processes. Ideal for Storybook and React projects, this tool is crucial for npm module releases and streamlines component rendering in Storybook, eliminating common obstacles and enhancing workflow efficiency.

Key Features

  • Customizable type Property Management: Effortlessly adjust the type property in package.json for optimized development and deployment.
  • Seamless Integration: Compatible with npm scripts or GitHub Actions for straightforward implementation.
  • Expo Project Support: Addresses path customization limitations for Expo projects, streamlining bundling and deployment.
  • Automated Process: Automates type swapping and main entry file adjustments, minimizing manual intervention.

Getting Started

Installation

Install globally via npm or yarn:

npm install @devlander/package-json-helper
# or
yarn add @devlander/package-json-helper

Usage

The command-line utility allows for flexible package.json type property management. Here's how to use it in your project:

const updatePackageJsonType = require("@devlander/package-json-helper");

const updatePackage = () => {
  // Define your logic here for updating the package type
};

updatePackage();

Incorporate into your package.json scripts for streamlined usage:

"scripts": {
  "storybook": "yarn run removeTypeFromPackage && storybook build && storybook dev"
}

Important Notes

  • Root Directory Execution: Ensure execution from your project's root directory for optimal performance.
  • License: Open-source under the MIT License. See LICENSE for more details.

Upcoming Features

  • Jest tests for utility functions.
  • Main entry file swapping.
  • CLI tests finalization.

This version enhances SEO by strategically placing relevant keywords and provides a more straightforward, engaging introduction to the utility. It lays out the benefits and features in an easy-to-understand manner, encouraging readers to dive deeper into the content.

FAQs

Package last updated on 04 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts