https://github.com/seedstack/seedstack
Meta-repository for SeedStack.
https://github.com/seedstack/seedstack
Last synced: about 2 months ago
JSON representation
Meta-repository for SeedStack.
- Host: GitHub
- URL: https://github.com/seedstack/seedstack
- Owner: seedstack
- License: mpl-2.0
- Created: 2015-02-03T10:22:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T11:08:22.000Z (about 8 years ago)
- Last Synced: 2025-01-24T17:13:36.447Z (about 1 year ago)
- Homepage: http://seedstack.org
- Size: 111 KB
- Stars: 7
- Watchers: 10
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SeedStack meta-repository
This meta-repository contains the full stack as Git submodules.
# Usage
You can initialize all submodules to the tip of their master branch and checkout it with the following commands:
git submodule update --remote --recursive --init && git submodule foreach --recursive git checkout master
Later, you may need to update all submodules to the tip of their master branch again:
git submodule foreach --recursive git pull --ff-only origin master:master
# Meta
This repository also contains all things meta about SeedStack like contributing rules, legal terms,
assets, the list of contributors, etc...
# Contributing to SeedStack
The CONTRIBUTING.md file in this repository defines the global contribution rules to SeedStack. Beyond this file,
more specific rules may apply on some repositories. When a specific CONTRIBUTING.md file is available in a
repository, please follow its rules in addition to the global rules.
# Issue tracking
All SeedStack issues are aggregated on [this Waffle board](https://waffle.io/seedstack/seedstack).
# Copyright and license
SeedStack source code and documentation is copyrighted by "The SeedStack Authors", whose list is available in
the [AUTHORS file](../../tree/master/AUTHORS).
Source code is released under the terms of the [Mozilla Public License 2.0](https://www.mozilla.org/MPL/2.0/).
Documentation is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
Additional legal terms are available under the [legal subdirectory](../../tree/master/legal).
# Logo
SeedStack logo is available in various sizes and formats in the [assets/logo subdirectory](../../tree/master/assets/logo) of this
repository. The logo is copyrighted by "The SeedStack Authors". Please ask us the permission before any use of the logo.