Skip to content

joerncodes/ayuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

¡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

Image Name E-Mail
Jörn Meyer mail@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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages