oscript-library / oscript-library/gitsync
Быстрый запуск у нового пользователя
Open
Nobody has claimed this yet.
- Dominant language
- 1C Enterprise
- Stars
- 333
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Как управляющий командой 1С-разработчиков
Я хочу получить историю своего кода в git
Чтобы сделать первый шаг к внедрению лучших практик разработки на 1С
Сценарий: первичное ориентирование в инструментах
Допустим у меня есть компьютер с 1С и я хочу научиться всей этой магии с гит
Когда я устанавливаю 1Script
И открываю папку lib/gitsync
Тогда я вижу инструкцию с подробными шагами моих действий
И я вижу файл install.os, помогающий мне пройти инструкцию
Сценарий: Установка и настройка инструментов.
Допустим я прочитал в инструкции что мне нужна админская консоль
И я ее запустил
И убедился что oscript работает через PATH
И если этого не случилось - перелогинился, как написано в инструкции.
Когда я запускаю файл install.os
Тогда скачивается git-for-windows и запускается тихая установка
Тогда запускается opm app gitsync чтобы gitsync заработал из консоли
И на экран выводится "Инструменты установлены, Ура! Продолжайте в том же духе и следуйте дальнейшим пунктам инструкции".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the lib/gitsync directory and the expected install.os entry point, then review how 1Script and opm are invoked from an administrative console. Done means the instructions cover the initial orientation and PATH check, install.os performs the stated Git and gitsync setup, and it prints the specified success message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- documentation, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100