lite icon indicating copy to clipboard operation
lite copied to clipboard

Update documentation

Open enzolutions opened this issue 9 years ago • 2 comments

Hi folks

First, I want to congratulate for this initiative.

Secondly, I want to request a less cryptic README. I installed sliptsh/lite and is working.

But I don't understand what I need to do after splitting.

I create a new branch in Drupal Console project to explain what I want to do; the branch is https://github.com/hechoendrupal/DrupalConsole/tree/splitsh

Recently we started to split in our project to separate language amount other pieces. For instance, the Japanese-language had a new repository https://github.com/hechoendrupal/drupal-console-ja

What I did was copy inside the DrupalConsole branch language in folder console-ja.

What I need to know is how I could split using something like --prefix-console-js, but I don't understand how I could push the repo after the split in the proper target.

Let me know if I wasn't clear enough

enzolutions avatar Nov 11 '16 23:11 enzolutions

ping @fabpot

Can you add some boilerplate template like https://github.com/Payum/Payum/blob/master/bin/subtree-split which help configure own splits for newcomers?

Koc avatar Nov 13 '17 12:11 Koc

@Koc Thanks for your link, as @enzolutions I am investigating posible solution for managing our repos. I get general idea behind subtrees and submodules but was little bit confused about configuration (espacially subtrees). From the provided link it was no-brainer to figure out how it works. Thanks!

Such a boilerplate in documentation would be much appreciated.

vrbata avatar Nov 26 '17 21:11 vrbata