1.1.0 • Published 1 year ago
@fullstacksjs/config v1.1.0
Configuration management
Table of Contents
Installation
NodeJS
$ npm install --save-dev @fullstacksjs/configDeno
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
nextbranch. - Run
npm installto 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
nextbranch.
Code of Conduct
Documentation
Please check out the documentation page
1.2.0-next.1
1 year ago
1.1.0
2 years ago
1.1.0-next.16
2 years ago
1.1.0-next.14
2 years ago
1.1.0-next.15
2 years ago
1.1.0-next.13
2 years ago
1.1.0-next.12
2 years ago
1.1.0-next.11
2 years ago
1.1.0-next.10
2 years ago
1.1.0-next.9
2 years ago
1.1.0-next.8
2 years ago
1.1.0-next.7
2 years ago
1.1.0-next.6
2 years ago
1.1.0-next.5
2 years ago
1.1.0-next.4
2 years ago
1.1.0-next.3
2 years ago