Yeoman 생성기로 GitHub 작업 스캐폴딩 🚀
록팀사이키아 / 발전기-github-액션
Javascript github 작업을 스캐폴딩하기 위한 Yeoman 생성기.
발전기-github-액션
Javascript 스캐폴딩을 위한 요만 생성기Github action
💡 소개
Github 팀에서 제공하는 javascript용 공식github action template용 여만 생성기입니다.
⚡ 설치
skip the first step if you already have yeoman installed globally.
npm install -g yo
npm install -g generator-github-action
skip the first step if you already have yeoman installed globally.
Then generate your new project:
yo github-action
특허
Since the #actionshackathon
is going on, there are going to be lots of forking and templating boilerplates. So I sat down and decided to create a Generator for this specific task so that you don't have to fork boilerplates every time you want to create a new Github Action.
Here is the Installation process followed by the Usage steps:
설치
npm install -g yo
npm install -g generator-github-action
If you already have yo
installed globally then skip the first step. Install the generator
only.
사용 예
yo github-action
그러면 프로젝트 이름 및 설명 등에 대한 몇 가지 질문을 묻는 프롬프트가 표시됩니다. 그 후 자바스크립트 기반 Github 작업을 수행할 수 있는 최소한의 설정이 생성됩니다.
생성기는 또한 최소한의 종속성도 설치하므로 설치에 대해 걱정할 필요가 없습니다. 작업에 대한 코드 작성에만 집중할 수 있습니다.
그게 다야 🦄 🦄 🦄
프로젝트에 기여하고 싶다면 그렇게 할 수도 있습니다. 이러한 유형의 도구와 모듈을 계속 만들려는 동기를 유지하는 데 도움이 되는 이 도구가 도움이 된다면 별표 ⚡를 남길 수도 있습니다.
Reference
이 문제에 관하여(Yeoman 생성기로 GitHub 작업 스캐폴딩 🚀), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/rocktimsaikia/scaffold-your-github-actions-with-yeoman-generator-39ic텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)