$ npm install --save-dev @fullstacksjs/configimport { Config } from 'https://raw.githubusercontent.com/fullstacksjs/config/main/mod.ts'<script src='https://www.unpkg.com/@fullstacksjs/config/iife/index.js'></script>
<script>
console.log(window.Config)
</script>Development of config happens in GitHub, and we appreciate contributions.
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.
Please check out the documentation page