Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 2.13 KB

README.md

File metadata and controls

75 lines (52 loc) · 2.13 KB

Logo

top languages repo size commit activity

What is it?

  • Gynit is a tool to help in the first steps of every new project.
  • Based in some questions about your project, a template will be created with the basic files for the language of your choice, and a Custom README to start with.

Showcase

gynit prompt

Usage

  1. Make sure you have node.js installed:

    node --version
  2. Run the following command:

    npx gynit

NPX allows you to run and use packages without having to install them locally or globally.

Currently available languages

  • Node.js
  • Typescript
  • Go
  • Bash

Currently available features

  • Create a custom README based on the language of your choice

Dependencies

Next steps

  • Finish the template README for each language.
  • Add more languages
  • Add .gitignore template for each lang

Done

  • Option to git init in the act of creation.