Skip to content

kavi87/seedstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeedStack Stories in Ready

The seedstack repository contains git submodules for all seedstack projects. It is used only by seedstack contributors for development purpose.

Setup seedstack

The following commands require Git installed, and an environment able to use make. Windows users take a look at babun.

git clone file:////B932250/gitrepo/seedstack
git submodule init
git submodule update
make build

This will clone all the seedstack projects and build them in the right order, i.e. according to dependencies.

If you want to update all the projects use the following command:

git submodule foreach git fetch

Be careful with a foreach git pull !

Usage of submodule

Directories under seedstack are git repositories. Work in them directly. Never use other git commands that those listed above in the seedstack repository unless you know what you do.

For more information on submodules see this documentation.

About

Meta repository for the full stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%