@cchalop1/inizio

0.0.10 • Public • Published

inizio

Inizio is a tool to quickly generate a devcontainer configuration. The objective with Inizio is to offload all the writing of configuration files for local development. All this while relying on the devcontainer.

for example if you quickly want a node js environment with a postgres database you can write this:

npx @cchalop1/inizio --devContainerImage node -service postgres

To install inizio:

npm install -g @cchalop1/inizio

list of services avalables

  • postgres
  • redis
  • keycloak
  • mysql
  • mongodb

list of dev container images

  • node
  • go
  • rust
  • java
  • php
  • python

Readme

Keywords

none

Package Sidebar

Install

npm i @cchalop1/inizio

Weekly Downloads

0

Version

0.0.10

License

ISC

Unpacked Size

33.8 kB

Total Files

54

Last publish

Collaborators

  • cchalop1