Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

프로젝트 스캐폴딩 #2

Closed
7 of 12 tasks
cadenzah opened this issue Aug 24, 2020 · 0 comments
Closed
7 of 12 tasks

프로젝트 스캐폴딩 #2

cadenzah opened this issue Aug 24, 2020 · 0 comments
Assignees
Labels
HIGH 필수 기능으로, 가장 높은 우선순위를 가진다.

Comments

@cadenzah
Copy link
Owner

cadenzah commented Aug 24, 2020

Branch Name

issue/2-project-scaffolding

Type of Change

environment

Priority

high

Summary

NPM 모듈 배포를 위한 구조에 걸맞는 프로젝트 디렉토리 스캐폴딩

Description of Change

  • NPM 프로젝트 초기화
    • 디렉토리 구조 초기화 - lib, tests
    • package.json
    • 기타 설정 파일들.gitignore, .npmignore
  • 타입스크립트 환경 적용 (tsconfig.json)
    • Rollup 빌드 환경 적용 (rollup.config.js)
  • Jest 테스트 환경 적용 (jest.config.js)
    • 테스트 관련 설정 (setupTests.ts)
  • Babel 환경 적용 (ES5 / .babelrc)
  • .nvmrc 명시 - v12.14.1
  • LICENSE 추가
  • Github Repo 설정
    • master 브랜치는 반드시 PR로만 푸시하도록 제한

Expected Next or Associated Work (If exists)

  • 테스트 및 배포 자동화가 이루어질 수 있는 CI/CD 환경 구축 (Travis CI? Github Actions?)

Estimated Story Point

1

Reference (If exists)

@cadenzah cadenzah added the HIGH 필수 기능으로, 가장 높은 우선순위를 가진다. label Aug 24, 2020
@cadenzah cadenzah self-assigned this Aug 24, 2020
cadenzah added a commit that referenced this issue Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HIGH 필수 기능으로, 가장 높은 우선순위를 가진다.
Projects
None yet
Development

No branches or pull requests

1 participant