Skip to content
View irontitan76's full-sized avatar
:electron:
Focusing
:electron:
Focusing

Highlights

  • Pro

Block or report irontitan76

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rust-space-invaders rust-space-invaders Public

    Rust

  2. Template package.json Template package.json
    1
    {
    2
      "name": "root",
    3
      "version": "1.0.0",
    4
      "main": "index.js",
    5
      "author": "AUTHOR NAME <author_email>",
  3. Create Template Folder Structure Create Template Folder Structure
    1
    #!/bin/bash
    2
    # Run `chmod +x create_folder_structure.sh` before executing this file.
    3
    
                  
    4
    mkdir monorepo && cd monorepo
    5
    mkdir -p docs packages services
  4. Terminal Profile Template [zsh] Terminal Profile Template [zsh]
    1
    # GLOBAL =======================================================================
    2
    ## Edit/add to below vars to point to appropriate repos
    3
    WORKSPACE_PATH="${HOME}/Development"
    4
    WORKSPACE_UI_PATH="${WORKSPACE_PATH}/ui"
    5