Giter VIP home page Giter VIP logo

go-modpack-packer's Introduction

Modpack Packer

Modpack helper for creating Technic Solder packs. Based on electron and go.

Build it yourself

1. Requirements

  • NodeJS
  • Go
  • Typings
  • Electron-prebuilt
  • Gulp

The last 3 can be installed by running npm install -g typings electron-prebuilt gulp.

2. Setup go

In case go is not installed ( check with go version) read up https://golang.org/doc/install If you do not already have a setup fully working Go environment and Go workspace, read this: https://golang.org/doc/code.html#Workspace

In short, you need to setup the GOPATH variable, to some folder on your system and GOPATH/bin must be included in PATH.

3. Get the Project

This project needs no git clone!

Once you have that setup, get the repository by running go get github.com/zlepper/go-modpack-packer/source/backend. This will fetch the repo and install all go dependencies. You can now find the code in GOPATH/src/github.com/zlepper/go-modpack-packer

4. Install Dependencies

Fetch all dependencies by running npm i and typings install

5. Build

To build everything run the gulp commmand gulp in the root directory of the repository.

This will build the application and place it in the app directory.

6. Run

Switch to the app directory and run the command electron . --dev. The --dev flag tells the app to run in dev mode. This way it doesn't check for updates, and also doesn't do some unpacking required when destributing.

This will launch the application.

go-modpack-packer's People

Contributors

zlepper avatar heddendorp avatar

Watchers

Wolfie_Pawz 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.