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

add-tinykeys-post-command-hook-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-tinykeys-post-command-hook-plugin

Add tinykeys plugin for post-command-hook

  • 1.0.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

add-tinykeys-post-command-hook-plugin NPM version

Add tinykeys plugin for post-command-hook

Installation

$ npm install add-tinykeys-post-command-hook-plugin

or

$ yarn add add-tinykeys-post-command-hook-plugin

Usage

const PostCommandHook = require("post-command-hook");
const addTinykeys = require("add-tinykeys-post-command-hook-plugin");

const postCommandHook = new PostCommandHook({ command: "npx", args: ["create-react-app", "myapp"] });

postCommandHook.use(addTinykeys("myapp"));

(async () => {
  await postCommandHook.run();
})();

API

addTinykeysPostCommandHookPlugin(cwd?)

Creates a function to be passed to post-command-hook's .use() as a plugin function.

cwd

Type: string Default: process.cwd()

The current working directory where tinykeys should be installed to.

License

MIT © Rushan Alyautdinov

Keywords

FAQs

Package last updated on 18 Nov 2021

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