GithubHelp home page GithubHelp logo

shuaibiyy / awesome-tf Goto Github PK

View Code? Open in Web Editor NEW
5.2K 186.0 837.0 530 KB

Curated list of resources on HashiCorp's Terraform and OpenTofu

License: Creative Commons Zero v1.0 Universal

awesome-list awesome hashicorp-terraform terraform-modules devops infrastructure-as-code terraform opentofu

awesome-tf's Introduction

Awesome Terraform Awesome

A curated list of resources on HashiCorp's Terraform. Your contributions are welcome!

Terraform enables you to safely and predictably create, change, and improve production infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

Contents

Legend

  • Not compatible with terraform >= 0.12 ๐Ÿ‘ป
  • Abandoned ๐Ÿ’€
  • Monetized ๐Ÿ’ฒ

Official Resources

Community

Books

Tutorials and Blog Posts

Beginner Guides

Writing Custom Providers

How-To

Multi-Environment Configuration

Azure

AWS

Google Cloud

Miscellaneous

Community Modules

For more Community Modules not listed here please see the Terraform Module Registry.

Self-Hosted Registries

  • anthology - Private Terraform registry implementation as an alternative to the official registry.
  • boring-registry - Private Terraform Module/Provider Registry with API key authentication and blob storage support
  • citizen - Private Terraform Module/Provider Registry
  • nrkno/terraform-registry - A private Terraform registry with modular store backends.
  • petra - Private Terraform Registry Manager
  • philips-labs/terraform-registry - Terraform registry to serve arbitrary Terraform provider releases hosted on Github
  • tapir - Private Terraform Registry.
  • terraform-simple-registry - Simple implementation of the Terraform registry protocols.
  • Terrareg - Terraform module registry.
  • terustry - Open Source terraform provider registry acting as a proxy for gitlab or github releases.

Managed Registries

  • cloudsmith - Managed package hoster for internal and external clients. ๐Ÿ’ฒ

Providers

Hashicorp supported providers

Vendor supported providers

Community providers

Testing

  • clarity - A declarative test framework for Terraform for unit testing.
  • kitchen-terraform - Provides a set of Test Kitchen plugins which enable a system to use Test Kitchen to converge a Terraform configuration and verify the resulting Terraform state with InSpec controls.
  • rspec-terraform - RSpec tests for your Terraform modules.
  • terraform_validate - Assists in the enforcement of user-defined standards in Terraform. ๐Ÿ’€
  • terraform-compliance - BDD Testing for Terraform Files.
  • terratest - Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.

Tools

  • AIaC - Artificial Intelligence Infrastructure-as-Code Generator
  • AirIAM - AirIAM is a tool for AWS IAM to least privilege Terraform execution framework.
  • Argonaut - Deploy apps and infrastructure on your cloud in minutes. Autogenerate Terraform modules, customize configurations through PRs. Support for app deployments on Kubernetes and Lambda environments.
  • asdf - HashiCorp plugin for the asdf version manager
  • astro - Astro is a tool for managing multiple Terraform executions as a single command. ๐Ÿ‘ป
  • atlantis - Unified workflow for collaborating on Terraform through GitHub.
  • atmos - A universal tool that converts deep merged YAML to module inputs. ๐Ÿ‘ฝ
  • aws2tf - automates the importing of existing AWS resources into Terraform and outputs the Terraform HCL code.
  • aztfexport - A tool to bring existing Azure resources under Terraform's management.
  • balcony - CLI tool for easy AWS API reads. Also generates Terraform import-blocks, and actual Terraform Resource code.
  • blast radius - Interactive visualizations of Terraform dependency graphs. ๐Ÿ’€
  • burrito - Burrito is a TACoS (Terraform Automation Collaboration Software) Kubernetes Operator.
  • cfnctl - Cfnctl brings the Terraform cli experience to AWS Cloudformation.
  • Checkov - Terraform static analysis tool for terraform>=0.12
  • Coder - Coder provisions software development environments on your infrastructure via Terraform.
  • cf-terraforming A command line utility to facilitate terraforming your existing Cloudflare resources.
  • coretech/terrafile - Systematically manage external modules from Github for use in Terraform (written in Go). ๐Ÿ’€
  • driftctl - Detect, track, and alert on infrastructure drift ๐Ÿ’€
  • dxw/terrafile - Systematically manage external modules from Github for use in Terraform (written in Ruby).
  • flora - Terraform version manager.
  • fogg - A tool for eliminating toil in managing terraform repositories.
  • former2 - Generate terraform configuration from your existing resources within your AWS account.
  • fuzzy-terraform-rm - A fuzzy-finder command-line tool for removing resources from terraform state.
  • gaia - Gaia is a Terraform ๐ŸŒ UI for your modules, and self-service infrastructure ๐Ÿ‘จโ€๐Ÿ’ป. ๐Ÿ’€
  • hatchet - An all-in-one Terraform management tool.
  • hcldump - Dump the HCL (v2) abstract syntax tree.
  • hcledit - A command line editor for HCL.
  • hclgrep - Syntax based grep for HCL(v2).
  • iam-policy-json-to-terraform - Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document
  • Infracost - Cloud cost estimates for Terraform in your CLI and pull requests.
  • inframap - Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant.
  • json2hcl - Convert JSON to HCL and vice versa. ๐Ÿ‘ป
  • k2tf - Kubernetes YAML to Terraform HCL converter.
  • KICS - Scans IaC projects for security vulnerabilities, compliance issues, and infrastructure misconfiguration. Currently working with Terraform projects, Kubernetes manifests, Dockerfiles, AWS CloudFormation Templates, and Ansible playbooks.
  • layerform - Layerform helps engineers create reusable environment stacks using plain .tf files. Ideal for multiple "staging" environments. ๐Ÿ’€
  • modules.tf-lambda - Infrastructure as code generator from visual diagrams created with Cloudcraft.co to Terraform.
  • para - The missing 3rd-party plugin manager and a "Swiss army knife" for Terraform/Terragrunt - just 1 tool to facilitate all workflows. ๐Ÿ’€
  • pike - Pike calculates the permissions or IAM policy required to build your Terraform.
  • pluralith - Terraform state visualization and automated generation of infrastructure documentation. ๐Ÿ’ฒ
  • pre-commit-terraform - pre-commit git hooks to take care of Terraform configurations (auto-format, validate, update docs).
  • pretf - drop-in Terraform wrapper that generates Terraform configuration with Python. See pretf documentation ๐Ÿ’€
  • prettyplan - Prettyplan (available online here) is a small tool to help you view large Terraform plans with ease. ๐Ÿ‘ป
  • pytest-terraform - pytest terraform plugin with fixtures and offline replay support.
  • python-terrafile - Systematically manage external modules from Github for use in Terraform.
  • regula - Evaluates Terraform infrastructure-as-code for potential AWS, Azure, and Google Cloud security misconfigurations and compliance violations prior to deployment.
  • renovate-config - Sharable Config Presets for Renovatebot, especially useful for DevOps folks.
  • rover - Interactive Terraform state and configuration explorer.
  • ruby-terraform - Simple Ruby wrapper for invoking terraform commands.
  • sato - Sato helps you convert your legacy Cloudformation into Terraform.
  • scenery - Another Terraform plan output prettifier. ๐Ÿ‘ป ๐Ÿ’€
  • scratchrelaxtv - Simple Python tool to help with module development - extract vars from main.tf to generate variables.tf and make module usage stub from variables.tf.
  • serverless.tf - Doing serverless with Terraform - serverless.tf is an opinionated open-source framework for developing, building, deploying, and securing serverless applications and infrastructures on AWS using Terraform. Read more.
  • Shisho - Lightweight static analyzer for Terraform.
  • stacks - Stacks, the Terraform code pre-processor
  • Styra Declarative Authorization Service (DAS) - Provides a managed Open Policy Agent (OPA) platform for Application and Infrastructure use cases, including Terraform, Terraform Cloud, and Kubernetes. Enforce policy guardrails during development, in CI/CD pipelines, and at deploy time. Styra DAS Free provides multiple systems and users, policy impact analysis, decision logging and replay, and access to Styra's Terraform policy library.
  • tads-boilerplate - The power of Ansible and Terraform + the simplicity of Docker Swarm = Infrastructure as Code and DevOps best practices.
  • tau - Tau is a thin wrapper on top of terraform to manage multiple deployments, dependencies, and secrets.
  • terraboard - Web dashboard to inspect Terraform States.
  • terraboot - DSL to generate a terraform configuration and run it.
  • terracognita - Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration.
  • terracost - Cloud cost estimation for Terraform in your CLI.
  • terracove - Recursively test a directory tree for Terraform diffs and coverage.
  • TerraDepot Terraform state repository, based on the default http remote backend. Allows the central administration of tfstates on AWS S3.
  • terradozer - Terraform destroy without configuration files.
  • terraeasy - Easy Terraform wrapper
  • terraform-aws-clickops-notifier - Get notified when actions are taken in the AWS Console.
  • terraform-bundle - Easily builds bundles containing a Terraform binary as well as provider binaries. Useful for CI and air-gapped Terraform Enterprise.
  • terraform-cdk - CDK (Cloud Development Kit) for Terraform allows developers to use familiar programming languages to define cloud infrastructure and provision it through HashiCorp Terraform.
  • terraform-cleaner - Tiny utility which detects unused variables in your terraform modules.
  • terraform-credentials-vault - A Terraform "credentials helper" plugin that allows providing credentials for Terraform-native services (private module registries, Terraform Cloud, etc) via environment variables.
  • terraform-diff - Always know where you need to run Terraform plan & apply!
  • terraform-docs - Quick utility to generate docs from terraform modules.
  • terraform-graph-beautifier - Command line tool allowing to convert the barely usable output of the terraform graph command to something more meaningful and explanatory.
  • terraform-iam-policy-validator - CLI validates AWS IAM Policies in a Terraform template against AWS IAM best practices.
  • terraform-landscape - (only 0.11 and earlier) Improve Terraform's plan output to be easier to read and understand.
  • terraform-operator - A Kubernetes CRD to handle Terraform operations.
  • terraform-plan-parser - Command line utility and JavaScript API for parsing stdout from terraform plan and converting it to JSON. ๐Ÿ‘ป
  • terraform-provisioner - Tool for managing multiple provisions of the same Terraform scripts.
  • terraform-rake-tasks - Shared Rake tasks for managing terraform plans.
  • terraform-repl - A terraform console wrapper for a better interactive console experience.
  • Terraform-Visual - A simple but powerful tool to visualize Terraform plan.
  • terraform.py - Ansible dynamic inventory script for parsing Terraform state files. ๐Ÿ’€
  • terraformer - CLI tool to generate terraform files from existing infrastructure. Infrastructure to Code. Supported many providers.
  • terraforming - Export existing AWS resources to Terraform style (tf, tfstate). Similar to terraformer. ๐Ÿ’€
  • terraformize - Apply\Destroy Terraform modules via a simple REST API endpoint. ๐Ÿ’€
  • terraformsh - A wrapper in Bash for easier CLI UX and DRY hierarchical configs
  • terragrunt-atlantis-config - Generate Atlantis config for Terragrunt projects.
  • terragrunt - Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.
  • tenv - OpenTofu/Terraform/Terragrunt version manager.
  • Terrahaxs - A GitOps Terraform CI/CD GitHub Application ๐Ÿ’ฒ
  • terrahelp - Command line utility aimed at providing supplementary functionality which can sometimes prove useful when working with Terraform.
  • terrahub - TerraHub is terraform automation and orchestration tool. Seamlessly integrated into console.terrahub.io, enterprise friendly GUI to show realtime terraform executions, as well as auditing and reporting capabilities for historical terraform runs. ๐Ÿ’ฒ
  • terramagic - Wizard tool for create folders and terraform files automated, written in Python !
  • terramate - Tool for managing multiple Terraform stacks that comes with support for change detection and code generation
  • terrap-cli - Terrap - a powerful CLI tool that scans your infrastructure and identifies any required changes.
  • terrars - Terrars is a tool for building Terraform stacks in Rust. This is an alternative to the CDK.
  • terrascan - Collection of security and best practice test for static code analysis of terraform templates
  • terrascope - Build orchestrator for terraform monorepos.
  • terrashine - Terrashine is a terraform provider mirror1 implementation that works by automatically caching dependencies as providers are requested.
  • terraspace - The Terraform Framework
  • terrastate - Visual Studio Code extension to monitor/deploy/destroy Terraform resources in your workspace
  • terratag - Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources.
  • tf-init-booster - A Pre-terraform routine that speedups terraform modules download for bulky blueprints.
  • tf-profile - Profiler for Terraform runs. Generate global stats, resource-level stats or visualizations.
  • tf-summarize - A command-line utility to print the summary of the terraform plan
  • tfaction - GitHub Actions collection for Opinionated Terraform Workflow
  • tfautomv - Generate Terraform moved blocks automatically for painless refactoring
  • tfcmt - CLI to notify the result of plan and apply as Pull Request comment.
  • tfedit - A refactoring tool for Terraform.
  • tfenv - Terraform version manager inspired by rbenv.
  • tfgen - Terraform code generator for consistent codebase and DRY.
  • tfgpt - A CLI tool that integrates Terraform with OpenAI's GPT-3.5 Turbo to provide explanations for Terraform commands and concepts.
  • tfjson - Utility to read in a Terraform plan file and dump it out in JSON. ๐Ÿ’€
  • tflint - Terraform linter for detecting errors that can not be detected by terraform plan
  • tfmake - Automating Terraform with the power of make.
  • tfmask - Terraform utility to mask select output from terraform plan and terraform apply
  • tfmigrate - A Terraform state migration tool for GitOps.
  • tfmigrator - Go library and CLI to migrate Terraform Configuration and State
  • tfprovidercheck - CLI to prevent malicious Terraform Providers from being executed
  • tfproviderlint - Terraform Provider Lint Tool.
  • tfrepl - A Terraform REPL, giving you a full shell experience. Readline based. No dependencies. Save config changes. History.
  • tfscaffold - Framework for controlling multi-environment multi-component terraform-managed AWS infrastructure.
  • tfschema - Schema inspector for Terraform providers.
  • tfsec - Terraform static analysis tool that supports terraform <0.12 & >=0.12 & directly integrates with HCL parser for better results.
  • tfsort - CLI utility to sort Terraform variables and outputs.
  • tftarget - CLI Tool to do terraform xxx -target={...} interactively.
  • tftree - Display your Terraform module call stack in your terminal.
  • tftui - A textual user interface for Terraform state.
  • tfupdate - Update version constraints in your Terraform configurations.
  • tfvar - tfvar scans your Terraform configurations or modules and extracts the variables into formats of your choice (tfvar, environment variables, etc.) for editing.
  • tfvaultenv - tfvaultenv reads secrets from HashiCorp Vault and outputs environment variables for various Terraform providers with those secrets.
  • tfwrapper - Rubygem providing rake tasks for running Hashicorp Terraform sanely.
  • tgf - Terragrunt frontend for executing Terragrunt/Terraform through Docker.
  • tofuenv - OpenTofu version manager inspired by tfenv
  • tpm - A package manager for Terraform providers.
  • travelgrunt - cd inside [mono]repos without fatigue!
  • validIaC - ValidIaC combines the best open-source tools to help ensure Terraform best practices, hygiene & security.
  • xterrafile Systematically manage external modules from the module registry, git, or local directories for use in Terraform (written in Go). ๐Ÿ’€
  • yor - Automatically tag and trace infrastructure as code frameworks (Terraform, Cloudformation, and Serverless).
  • Speakeasy - Generate a terraform provider from an OpenAPI specification.

CI

  • setup-terraform - Sets up Terraform CLI in your GitHub Actions workflow.
  • terraform-plan - GitHub Action to run Terraform plan and add a comment with the changes.

IDE

  • vscode-terraform-live-graph - Terraform Live Graph Extension for Visual Studio Code is a plugin that allows you to generate a live Terraform graph as you code.

Libraries

Boilerplates

  • Terraform Generator - Scaffolding for a new terraform module or project with support of test frameworks (terratest and kitchen-terraform)
  • Terraform GitOps Framework - Everything you need to build reliable automation for AKS, EKS, and GKE Kubernetes clusters in one free and open-source framework.

Self-hosted Terraform Platforms

  • Lynx - Fast, Secure and Reliable Terraform Backend. It has a user-friendly dashboard, project and environment management, state versioning, locking and snapshots support.
  • OTF - Open Terraforming Framework, an open source alternative to Terraform Enterprise with full Terraform CLI integration. ๐Ÿ’€
  • Terrakube - Open Source alternative to Terraform Enterprise with private registry, remote state, custom flows, scheduled workspaces, and visual states.
  • Digger - Open Source Alternative to Terraform Cloud - Run Terraform plan & apply jobs in your CI.
  • cloud-concierge - Open Source, codify unmanaged resources as Terraform, detect drift, and cloud cost and security analysis, delivered as a Pull Request.
  • Stack-Lifecycle-Deployment - OpenSource solution that defines and manages the complete lifecycle of resources used and provisioned into a cloud.

Managed Terraform Platforms ๐Ÿ’ฒ

  • Scalr - Alternative to Terraform Enterprise with OPA integration, organizational structure, custom hooks, native integrations with other DevOps platforms, and centralized reporting. ๐Ÿ’ฒ
  • env0 - Alternative to Terraform Cloud/Enterprise with OPA integration, custom flows and Terragrunt support ๐Ÿ’ฒ
  • Brainboard - Visually Design, Deploy & Manage modern cloud infrastructures starting from any Cloud Provider - AWS, GCP, Azure ๐Ÿ’ฒ
  • Spacelift - Alternative to Terraform Cloud/Enterprise. Collaborative Infrastructure Delivery Platform for Terraform ๐Ÿ’ฒ
  • Terrateam - Terraform GitOps with cost estimation, static analysis, access controls, drift detection, and custom workflows. ๐Ÿ’ฒ

Terraform Enterprise Tooling

Videos

Editor Plugins

License

CC0

To the extent possible under law, Shuaib Yunus has waived all copyright and related or neighboring rights to this work.

awesome-tf's People

Contributors

ajorpheus avatar antonbabenko avatar chenrui333 avatar davewongillies avatar davidbegin avatar dawitnida avatar eduardort avatar efernandes-dev-ops avatar hayorov avatar jameswoolfenden avatar jeanbaptistebeck avatar mariuszmichalowski avatar mathcantin avatar matthewjohn avatar mikaelkrief avatar minamijoyo avatar nitrocode avatar paololazzari avatar ram-pi avatar rogeriopeixotocx avatar rokity avatar roni-frantchi avatar ryanking avatar schosterbarak avatar shuaibiyy avatar sryabkov avatar stjepanjurekovic avatar suzuki-shunsuke avatar yakdriver avatar yi2020 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-tf's Issues

opentofu

opentofu is completely a new community fork of terraform and also lots of ecosystem changes, not sure how we want to manage the resources in this repo, so raise this issue for discussions.

Currently, there is a separate awesome-opentofu repo, https://github.com/virtualroot/awesome-opentofu

OTF repo is archived

i noticed this tool's github repo is archived since Dec2023 and will not be maintained. Code is still available though.

OTF - Open Terraforming Framework

Discussion: Update list organization and sections for clarity

Problem

In the course of the discussion on PR #171, it came up that the current list sections and organizations may no longer be adequate given the size the list has now grown to (a good problem to have!). For example, the Tools section has a mix of open source and free tools as well as SaaS products with and without free tiers.

This can be confusing for an end-user looking for a specific type of tool/product, but it can also be confusing for contributors to the list to determine where a new list addition should be placed.

Potential Approach

I took a look at the existing list and had a few ideas for how to reorganize the sections, at least as a first pass to set the stage for further organization. Here's how we could organize the list:

  • Contents
  • Legend
  • Official HashiCorp Terraform Resources
  • Community
  • Resources
    • Books
    • Tutorials and Blog Posts
      • Beginner Guides
      • How-To
      • Cloud Providers
        • Azure
        • AWS
        • Google Cloud
      • Multi-Environment Configuration
      • Security & Compliance
      • Testing & Troubleshooting
      • Writing Custom Providers
      • Miscellaneous
    • Videos
  • Providers
    • HashiCorp Supported Providers
    • Vendor Supported Providers
  • Community Modules
  • Tools & Services
    • General Tools & Services
    • Terraform Enterprise
    • Boilerplates
    • Testing
    • Libraries
    • Private Module Registries
    • Private Provider Registry
    • Editor Plugins
  • License

Add JFrog Artifactory Provider

Artifactory is an artifact repository manager developed by JFrog. Over the last three years the companies invest into development of Terraform providers increased. At the moment they offer three providers

From my perspective, I see the artifactory provider on awesome-terraform list. This provider allows to manage complete Artifactory installations (repository configuration, user management, etc).

If you are fine, I could provide a pull request.

Add 'infracost' as awesome cost estimation tool

A friend of mine showed me this tool: infracost
It supports only AWS and GCP for the moment.
From their site: "Infracost shows hourly and monthly cost estimates for a Terraform project. This helps users quickly see the cost breakdown and compare different deployment options upfront."
I find it awesome because it gives the cost BEFORE deploying the infrastructure in AWS what can be a harsh.
If you find infracost kinda-useful but not awesome, it is OK. I am not starting a debate. :-)
Awesome list of yours! :-)

License

Please add a license to the repository :)

VMWare and Hyper-V providers

Hi, are there providers for Vmware and Hyper-V? I came across 1 for Hyper-V , only available option is to compile but without success.
I work in an environment where cloud is not an option we can only work wit our data centes mainly using Hyper-V
Thanks in advance

Discussion: Add a new category called "Provider Development"

I have just seen, that you support already the category "Writing Custom Providers".

Me as author of PseudoDynamic.Terraform.Toolset would love to see a category called "Provider Development" where we, the provider library authors, can be represented.

I would like to propose the following change:
...

Providers

...

Provider Development

Testing

...

May I submit a pull request? ๐Ÿ™‚

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.