File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,18 +25,9 @@ REPO_NAME="..."
2525git hub repo-new PDLPorters/$REPO_NAME
2626```
2727
28- ## Enchant
28+ ## CI
2929
30- ``` markdown
31- - [ ] Travis-CI < https://travis-ci.org/PDLPorters/$REPO > (https://travis-ci.org/profile/PDLPorters )
32- - [ ] Appveyor CI (https://ci.appveyor.com/ )
33- - [ ] Coveralls < https://coveralls.io/r/PDLPorters/$REPO > (https://coveralls.io/repos/new?name=PDLPorters )
34- - [ ] IRC notifications (handled by devops ` enchant ` script)
35- ```
36-
37- ``` shell
38- ./tool/enchant $REPO_NAME
39- ```
30+ Copy from main-PDL or one of the submodules like pdl-linearalgebra (for a Fortran module).
4031
4132## How to split history
4233Make sure ` git-subtree ` is installed and works (if not, get from
@@ -61,6 +52,8 @@ git push origin
6152popd
6253```
6354
55+ Consider copying ` MANIFEST.SKIP ` and ` .gitignore ` sections.
56+
6457## How to restructure repo into lib/*
6558```
6659for x in $(find * -name examples -prune -o -name blib -prune -o -name \*.pm -print)
You can’t perform that action at this time.
0 commit comments