Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gracicot/subgine-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Apr 12, 2020
2 parents 961e425 + 497beb9 commit 7ac76c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# subgine-pkg

[![Join the chat at https://gitter.im/gracicot/subgine-pkg](https://badges.gitter.im/gracicot/subgine-pkg.svg)](https://gitter.im/gracicot/subgine-pkg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

The subgine package manager. A proof of concept package manager we used in our game engine named subgine.

Can resolve dependencies recursively. Does not attempt to solve the diamond problem for the moment.
Expand Down Expand Up @@ -33,3 +35,5 @@ Here's an example `sbg-manifest.json` file:
]
}
```

Try it using the [user test sample](https://github.com/gracicot/subgine-pkg-user-test).

0 comments on commit 7ac76c7

Please sign in to comment.