Skip to content

luctst/gitignore-cli

Repository files navigation



cligit

Generate .gitignore file with template for your project

Build Status NPM version Package size Dependencies devDependencies Status code style: prettier


Content

Features ✨

Install 🐙

npm i -g cligit

Usage 💡

cligit <commands> [options]

OR

npx cligit <commands> [options]

Use this if you don't want install this package globally.

Commands

Commands are optional but allow you to skip question for choosing template.

You can find the template availables in this github repository where template name is filename without the extension.

Example - Supposing you'like to create a .gitignore file and your project works with NodeJs you should run this cligit Node

Options

  • --path optional, The path to create the .gitignore file.

Exemples 🖍

With template name

cligit Node

With custom path

cligit --path dev/foo/

With template and custom path

cligit C --path dev/foo/

Contributing 🍰

Please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who already contributed to this project!

Maintainers 👷

List of maintainers, replace all href, src attributes by your maintainers datas.

Tostee Lucas
Tostee Lucas

💻

License ⚖️

Enter what kind of license you're using.


About

Generate gitignore file with template for your project

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published