Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@form8ion/add-package-to-monorepo

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/add-package-to-monorepo

opinionated scaffolder for adding a JavaScript package to an existing monorepo

latest
Source
npmnpm
Version
12.0.3
Version published
Weekly downloads
194
31.08%
Maintainers
2
Weekly downloads
 
Created
Source

add-package-to-monorepo

opinionated scaffolder for adding a JavaScript package to an existing monorepo

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/add-package-to-monorepo on RunKit node

Installation

$ npm install @form8ion/add-package-to-monorepo --save-prod

Example

Import

import yargs from 'yargs';
import {hideBin} from 'yargs/helpers';
import {scaffold} from '@form8ion/add-package-to-monorepo';

Register with yargs

yargs(hideBin(process.argv))
  .scriptName('form8ion-utils')
  .usage('Usage: $0 <cmd> [args]')
  .command('add-package', 'Add a JavaScript package to an existing monorepo', () => scaffold({
    decisions: {},
    overrides: {copyrightHolder: 'Foo Bar'}
  }))
  .help('h')
  .alias('h', 'help')
  .argv;

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

FAQs

Package last updated on 27 Jan 2025

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