1.0.5 ā€¢ Published 4 years ago

inoculumjs v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Inoculum JS

šŸ³ CLI tool to read a directory and create a simple base docker image starter from a config file

npm license npm PRs Welcome

Requirements

Current Scope

The tool is in its initial stages. It offers support for

  • python3
  • python2
  • node
  • golang
  • php

Installation

$ npm i inoculumjs

Usage

  • Scans a given directory for a config.json file and creates a starter Dockerfile for use.
  inoculum --create dockerfile

Arguments

  inoculum --create dockerfile --path <folder-path> --file <config-file>

Config file template

  • For node :
    {
      "name": "nodejs_test",
      "env": "node",
      "target": "./app.js"
    }
  • For python :
    {
      "name": "python_test",
      "env": "python2",
      "target": "./main.py"
    }

License

This project is licensed under the MIT License.
Vijay Prasanna Gunasekaran Ā© 2020

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago