Skip to content

Here be all script to make new projects and automatize process

Notifications You must be signed in to change notification settings

SebasttianDaza/myScriptings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripting and Generators

Table of Contents

Overview

screenshot

This is my generators with scripts Bash to automate the process of creating a new project with React, Vue, Node and more, with their differents config files and dependencies.

Architecture of the project:

  • generators File with all the generators
    • Yo sebasInitialize the project
    • ESLintThat's all file config for ESLint
    • GitFile config for Git
      • Local Generator config for Git Local
      • Remote Generator config for Git Remote
    • JavaScript Generator config for JS Vanilla
    • React Generator config for React
    • VueGenerator config for Vue
  • Script All files with scripts bash to automate my projects

Generators: yo sebas yo sebas:JavaScript yo sebas:React yo sebas:Vue

yo git You have to install the generator-git

Built With

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name
# Install dependencies
$ npm install

Contact