@code-coaching/generate
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @code-coaching/generate

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

19.1 kB

Total Files

12

Last publish

Collaborators

  • bartduisters