Skip to content

Commit da37c2a

Browse files
feat: migrate to ESM
refactor - decomposition
1 parent c0054b2 commit da37c2a

35 files changed

Lines changed: 2185 additions & 1883 deletions

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ __tests__
22
__helpers__
33
lib/start.js
44
lib/start.d.js
5-
src
65
coverage
76
*.tgz
87
.github

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# CLI for [microservices](https://github.com/Lomray-Software/microservices)
22

3+
![npm (scoped)](https://img.shields.io/npm/v/@lomray/microservices-cli)
34
![GitHub](https://img.shields.io/github/license/Lomray-Software/microservices-cli)
45
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
56

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module.exports = {
1+
export default {
22
extends: ['@commitlint/config-conventional'],
33
};

0 commit comments

Comments
 (0)