- 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.
-
Make sure you have node.js installed:
node --version
-
Run the following command:
npx gynit
NPX allows you to run and use packages without having to install them locally or globally.
- Node.js
- Typescript
- Go
- Bash
- Create a custom README based on the language of your choice
- Finish the template README for each language.
- Add more languages
- Add .gitignore template for each lang
- Option to
git init
in the act of creation.