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

ayuda

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ayuda

¡Ayuda!

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

¡Ayuda!

Table of Contents

About

¡Ayuda! (Spanish for "help") is a CLI tool that helps you with common operations you typically encounter when working with Typescript or Node projects. See Commands for a list of possible commands.

Contributors

ImageNameE-Mail
Jörn Meyermail@joern.art

Built with

Jest TypeScript

Installation

This tool is best installed globally, for example by running:

npm install -g ayuda

Commands

prettier

The prettier command:

  • adds the necessary dependencies for prettier to your package.json
  • provides example .prettierignore and .prettierrc files
  • adds a prettier script to your package.json's script section

eslint

  • adds the necessary dependencies for eslint to your package.json
  • provides example .eslintrc.json file
  • adds a eslint:fix script to your package.json's script section

package

Provides the following subcommands:

increase-version

Increases your package.json's version number by asking you what type of change you with to public (major, minor, patch...) and increasing your semver accordingly.

FAQs

Package last updated on 25 Aug 2023

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