Socket
Socket
Sign inDemoInstall

configscript

Package Overview
Dependencies
8
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    configscript

**Status:** Alpha


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

ConfigScript

Status: Alpha

ConfigScript is a language for writing configuration, based on TypeScript, and primarily targeting infrastructure-as-code tools like Terraform or declarative configuration like Kubernetes manifests.

Why

  • Real language
  • Safer language experience
  • Exceptional tooling
  • Type system safety by providing a targeted experience

Installation

$ yarn global add configscript

Usage

$ config lint
$ config run src/index.ts

Differences with TypeScript

  • Every possible strict setting is enabled
  • Mutating data is forbidden
  • Classes are forbidden
  • Linting must pass to execute a script
  • TODO

Contributing

Contributions are welcome, though note that ConfigScript is very much a work-in-progress, code can change significantly.

License

MIT License, see LICENSE

FAQs

Last updated on 03 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc