From 830e66e0724c33c613ad067f3e3fcb1aaac71a50 Mon Sep 17 00:00:00 2001 From: ashclay95 <315723705+ashclay95@users.noreply.github.com> Date: Mon, 14 Sep 2026 23:27:04 -0500 Subject: [PATCH] Update creating-a-new-organization-from-scratch.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bash cd ASA-WG-main git remote add origin https://github.com/ashclay95/ASA-WG-main.git git push -u origin scaffold/initial-setup scaffold/initial-setup. Here's a quick summary of what's ready: Source (src/) — index.ts entry point, commands/init.ts, commands/run.ts, utils/logger.ts, utils/config.ts, types.ts Config — package.json, tsconfig.json, .eslintrc.json, .prettierrc, .gitignore, .npmignore CI/CD — ci.yml (lint + build on Node 18 & 20), release.yml (npm publish on v* tags) Docs — README.md, .github/pull_request_template.md --- .../creating-a-new-organization-from-scratch.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch.md b/content/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch.md index 5884b70ec92e..8c3d3ac86314 100644 --- a/content/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch.md +++ b/content/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch.md @@ -27,3 +27,9 @@ When you create a new organization from scratch, it doesn't have any repositorie * [AUTOTITLE](/billing/how-tos/set-up-payment/manage-payment-info){% endif %} * [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/about-organizations) {% ifversion ghes < 3.21 %}* [AUTOTITLE](/account-and-profile/how-tos/account-management/converting-a-user-into-an-organization){% endif %} + +scaffold/initial-setup. Here's a quick summary of what's ready: +Source (src/) — index.ts entry point, commands/init.ts, commands/run.ts, utils/logger.ts, utils/config.ts, types.ts +Config — package.json, tsconfig.json, .eslintrc.json, .prettierrc, .gitignore, .npmignore +CI/CD — ci.yml (lint + build on Node 18 & 20), release.yml (npm publish on v* tags) +Docs — README.md, .github/pull_request_template.md