biospheres
v1.0.381
Published
First-Class Adapters For The Solar System Framework
Downloads
422
Maintainers
Readme
biospheres
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