project | |
├─src | |
├─common | |
├─index.js // エントリポイント | |
├─package.json | |
├─dateutil.js // 共通モジュール | |
└─pstringutil.js // 共通モジュール | |
├─main | |
├─xxx.js | |
└─yyy.js | |
├─test | |
├─main | |
├─xxx.test.js | |
└─yyy.test.js | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment