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

@code-coaching/generate

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-coaching/generate

This package provides functions to generate .gitignore content. It can be used as a dependency for other packages. It can be used as a CLI tool.

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

Code Coaching - Generate

This package provides functions to generate .gitignore content. It can be used as a dependency for other packages. It can be used as a CLI tool.

Prerequisites

  • Node.js
  • npm

Usage

As a CLI tool

Using npx to print out all possible options:

npx @code-coaching/generate --help

Inside of a project

npm install @code-coaching/generate

Examples

import { gitIgnore } from "../dist/index.js";
// This will be: import { randomID } from "@code-coaching/random"; inside of a project.

console.log(gitIgnore("unity")); // This will generate a .gitignore file with the contents of a Unity .gitignore file.

FAQs

Package last updated on 05 Jan 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