Socket
Socket
Sign inDemoInstall

@fullstacksjs/config

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fullstacksjs/config

Configuration manager


Version published
Weekly downloads
123
decreased by-24.07%
Maintainers
1
Created
Weekly downloads
 

Readme

Source


@fullstacksjs/config logo


download status version Code Coverage MIT License semantic-release

Config

a type-safe, simple yet powerful library for defining and accessing configuration.

Table of Contents

  • Installation
  • Contributing
  • Code of Conduct
  • Documentation

Installation

NodeJS

$ npm install --save-dev @fullstacksjs/config

Deno

import { Config } from 'https://raw.githubusercontent.com/fullstacksjs/config/main/mod.ts'

Browser

<script src='https://www.unpkg.com/@fullstacksjs/config/iife/index.js'></script>
<script>
  console.log(window.Config)
</script>

Contributing

Development of config happens in GitHub, and we appreciate contributions.

Prerequisite

Pull Request

The FullstacksJS team is monitoring for pull requests. We will go ahead and review your pull request as soon as possible.

Before submitting a pull request, please make sure the following is done:

  • Fork the repository and create your feature branch from the next branch.
  • Run npm install to have all dependencies.
  • To start development run npm run test:watch.
  • Write tests and implementation.
  • Ensure everything is ok npm run verify.
  • Create an PR against the next branch.

Code of Conduct

FullstacksJS Rules Page

Documentation

Please check out the documentation page

FAQs

Last updated on 13 Apr 2024

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