Coder Social home page Coder Social logo

gwn's Introduction

gwn

DEPRECATED, use Klaus

Like GitWeb, but Node

CircleCI Docker Pulls Patreon ko-fi

screenshot


Installation

npm i -g gwn

Usage

gwn -r path-to-repos-root -p port
# example
gwn -r ~/dev -p 8000
# root defaults to cwd
# port defaults to 9999

Docker

docker run -it -p 9999:9999 -v /path/to/repos:/repos zacanger/gwn

Check out the repo.

Alternatives

  • GitWeb — it's built in, but it's a CGI script written in Perl, which is not a language I love.
  • cgit — fast, but still quite complicated, and written in C, which is not very approachable.
  • Klaus — simple, written in a good language (Python), well-maintained. If I didn't want to write my own, I'd be using this.

TODO

  • Refactor all the code, most of it is janky
  • Branch and tag support
  • Use something like Isomorphic git or Git-JS to do the actual git work, rather than execing all over the place

Credits

Some code based on this project.

LICENSE

gwn's People

Contributors

dependabot[bot] avatar zacanger avatar

Watchers

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