New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@form8ion/add-package-to-monorepo

Package Overview
Dependencies
Maintainers
0
Versions
148
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

  • 12.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
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 16 Nov 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc