Skip to content

Commit

Permalink
chore: move to separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWitchBella committed Apr 8, 2021
1 parent b57cc75 commit da8e527
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
package-lock.json
yarn.lock
dist
.rts2_cache*
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @isbl/docker-run

[![](https://img.shields.io/npm/l/@isbl/docker-run?style=for-the-badge)](https://github.com/CodeWitchBella/isbl-docker-run/blob/main/LICENSE)
[![](https://img.shields.io/npm/v/@isbl/docker-run?style=for-the-badge)](https://www.npmjs.com/package/@isbl/docker-run)
[![](https://img.shields.io/david/CodeWitchBella/isbl-docker-run?style=for-the-badge)](https://github.com/CodeWitchBella/isbl-docker-run/blob/main/package.json)
![](https://img.shields.io/github/last-commit/CodeWitchBella/isbl-docker-run?style=for-the-badge)
[![](https://img.shields.io/github/release-date/CodeWitchBella/isbl-docker-run?style=for-the-badge)](https://github.com/CodeWitchBella/isbl-docker-run/releases)

Simplifies running project with multiple dockerized parts.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codewitchbella/docker-start",
"version": "0.6.0",
"name": "@isbl/docker-start",
"version": "0.7.0",
"description": "Simplifies starting of apps inside docker container",
"main": "dist/index.js",
"source": "src/index.ts",
Expand All @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "https://gitlab.com/codewitchbella/docker-start.git"
"url": "https://github.com/CodeWitchBella/isbl-docker-start.git"
},
"author": "Isabella Skořepová <isabella@skorepova.info>",
"license": "MIT",
Expand All @@ -22,14 +22,17 @@
},
"devDependencies": {
"@codewitchbella/microbundle": "^0.11.1",
"@codewitchbella/scripts-backend": "^0.3.0"
"@codewitchbella/scripts-backend": "^0.3.0",
"@isbl/publisher": "^0.4.1"
},
"dependencies": {
"@types/node": "^14.0.27"
"@types/node": "^14.14.37"
},
"scripts": {
"prepare": "microbundle --target node",
"check": "cwb-scripts-backend check",
"lint": "cwb-scripts-backend lint"
"lint": "cwb-scripts-backend lint",
"prepublishOnly": "isbl-publisher prepublishOnly",
"publish:npm": "yarn prepare && isbl-publisher publish"
}
}

0 comments on commit da8e527

Please sign in to comment.