Giter Site home page Giter Site logo

automate_project_creation's Introduction

Automate Project Creation

Easy to create projects

GitHub ShellScript

AboutFeaturesInstallationHow to useContributingAutor

👉 About

This project came about when I saw the great need to be creating and configuring NodeJs and ReactJs projects all the time. The objective is that, from this script, these creations and configurations such as: Prettier, Eslint, tsconfig etc...become easier and faster to really start the job.

Technologies 🛠

👉 Features

  • Creation of NodeJs projects (backend)
  • Creating NodeJs projects with TypeScript (backend)
  • Creating ReactJs projects
  • Creating ReactJs projects with TypeScript

Installation

Prerequisites

Before you begin, you must have installed: yarn

Cloning the Repository

$ git clone https://github.com/joaovds/Automate_project_creation.git
$ cd Automate_project_creation

Give script execution permission

$ chmod 755 script.sh

Run the script

$ ./script.sh

👉 How to use

It is very simple, just answer the questions that are asked:

In the first question you must put the path to the directory where the project will be created:

$ Where do you want to create the project? (way after home): programming/study

Enter the project name:

What is the name of the project to be created?: nameProject

Confirm the project creation path

The project path will be this: "/home/userHomeName/programming/study/nameProject" [y/n]: y

Now choose the type of project you want to create and that's it! Your project will be created on the given path

|   What kind of project do you want to create?   |
|-------------------------------------------------|
|   1) NodeJS                                     |
|   2) NodeJS   (TypeScript)                      |
|   3) ReactJS                                    |
|   4) ReactJS  (TypeScript)                      |
|_________________________________________________|
|--> 2

👉 Contributing

  1. Fork it (https://github.com/joaovds/Automate_project_creation.git)
  2. Create your feature branch(git checkout -b feature/...)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/...)
  5. Create a new Pull Request

or

  1. Go to Issues
  2. Create a new issue
  3. Say something you would like there and click on "Submit new Issue"

👉 Autor

Made by: João Victor
Twitter E-mail Linkedin

automate_project_creation's People

Contributors

joaovds avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.