biospheres
TypeScript icon, indicating that this package has built-in type declarations

1.0.381 • Public • Published

biospheres

Biospheres — First-Class Adapters For The Solar System Framework

THIS PROJECT IS STILL IN THE DESIGN PHASE

IDEAS & CONTRIBUTIONS ARE WELCOME

An Open Source Universe Project


Contents

Features ✨

  • Javascript / Typescript Language Adapter Planned
  • Terraform IaC Adapter Planned
  • AWS Cloud Adapter Planned
  • Google Cloud Adapter Planned

Install 🛠

npm install biospheres

Usage 🔭

Read more about the Design behind biospheres here.

.solarsystem.ts

import { typescript, aws, gcp, terraform } from 'biospheres';

export const system = {
  adapters: [{
    lang: [typescript(typescriptConfig)],
    iac: [terraform(terraformConfig)],
    cloud: [aws(awsConfig), gcp(gcpConfig)]
  }]
}

Documentation 🛰

biospheres is under active development, documentation will be added once an initial release is ready.

Contributing 🌎

We would love for you to contribute your ideas, code, & fixes to biospheres.

We encourage everyone to read our Design Document to learn more about the thought process behind biospheres.

Also check out the rewards offered for contributing to the Open Source Universe.

License ⚖️

MIT

Package Sidebar

Install

npm i biospheres

Weekly Downloads

239

Version

1.0.381

License

MIT

Unpacked Size

7.49 kB

Total Files

6

Last publish

Collaborators

  • a-n-u-b-i-s