8000 GitHub - mghahari/config: Configuration manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mghahari/config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



@fullstacksjs/config logo


download status version Code Coverage MIT License semantic-release

Configuration management

Table of Contents

Installation

NodeJS

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

Deno

import * as 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

About

Configuration manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 68.6%
  • Shell 19.4%
  • JavaScript 12.0%
0