Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
docs: add READMES to new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rudxde committed Mar 20, 2022
1 parent 886aa19 commit ad95b57
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @lerna-dockerize cli
This is an internal package of lerna-dockerize. Please check the main package for more information:
https://github.com/rudxde/lerna-dockerize
11 changes: 11 additions & 0 deletions packages/generate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @lerna-dockerize generate

Command from lerna-dockerize to generate dockerfiles.

## Usage
The generate command is included in the main `lerna-dockerize` package, but can also be used directly.

Over npx:
```
npx @lerna-dockerize/generate
```
11 changes: 11 additions & 0 deletions packages/init/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @lerna-dockerize init

Command from lerna dockerize to initialize lerna-dockerize in your project.

## Usage
The init command is included in the main `lerna-dockerize` package, but can also be used directly.

Over npx:
```
npx @lerna-dockerize/init
```
3 changes: 3 additions & 0 deletions packages/logger/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @lerna-dockerize logger
This is an internal package of lerna-dockerize. Please check the main package for more information:
https://github.com/rudxde/lerna-dockerize

0 comments on commit ad95b57

Please sign in to comment.