You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Seiso's cookiecutter template for creating new python repositories.
3
+
This is Seiso's paved road for creating new python repositories.
4
4
5
5
## Getting Started
6
6
@@ -18,13 +18,28 @@ pipx run --system-site-packages cookiecutter git+ssh://git@github.com/seisollc/c
18
18
19
19
# Enter the project directory
20
20
cd$(ls -td *| head -1)
21
+
```
22
+
23
+
At this point you need to ensure that there is an empty remote git repository that aligns with the naming of the generated project. If it doesn't yet exist, you
24
+
need to create it. Once it exists, you can continue.
After you've pushed the initial commit, you should setup your repository settings - such as setting a branch policy, enabling dependabot, adding docker hub
33
+
secrets, etc.
25
34
26
-
# Setup your repo settings (setup a branch policy, enable dependabot, add docker hub secrets, etc...).
27
-
# Ask if you have questions; update this with a pointer to more clear documentation/automation when it exists
35
+
This can be done via Infrastructure as Code (IaC) or manually, but ostensibly at this point your repository is aligned with your organizational practices. If
36
+
you perform this step manually, consider a tool like OpenSSF [allstar](https://github.com/ossf/allstar) to monitor and alert or mitigate on your behalf.
37
+
38
+
Continue on if you're ready to add business logic to your new repository.
0 commit comments