1.1.0 • Published 1 month ago

@fullstacksjs/config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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

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

1.1.0

1 month ago

1.1.0-next.16

1 month ago

1.1.0-next.14

4 months ago

1.1.0-next.15

4 months ago

1.1.0-next.13

4 months ago

1.1.0-next.12

4 months ago

1.1.0-next.11

5 months ago

1.1.0-next.10

5 months ago

1.1.0-next.9

5 months ago

1.1.0-next.8

5 months ago

1.1.0-next.7

5 months ago

1.1.0-next.6

5 months ago

1.1.0-next.5

5 months ago

1.1.0-next.4

7 months ago

1.1.0-next.3

7 months ago