@pwuersch/gitignore-cli

A gitignore generator for the command line

Usage no npm install needed!

<script type="module">
  import pwuerschGitignoreCli from 'https://cdn.skypack.dev/@pwuersch/gitignore-cli';
</script>

README

Gitignore-CLI

This command-line tool enables you to easily generate .gitignore files in the current directory you are in. The templates used for the presets are the same as you will find on gitignore.io.

Installation

Install this tool as a global npm package with the following command:

npm install -g @pwuersch/gitignore-cli

Usage

If you have installed the package you can then invoke the prompt with the gi. In the case you have installed the package in a project you can also use it with npx.

gi       # For global use
npx gi   # For use in a project