KO
|
EN
gitlite — search
Search
#python
#php
#nodejs
#go
#java
#ruby
#shell
#javascript
#r
#metrics
#ios
#logging
gh-conf-write
★ 104
Open GitHub ↗
Writes to gihub config file
Download README (.md)
Explore Similar Repositories
hnsw-sharp
:
C# library for approximate nearest neighbors search using Hierarchical Navigable Small World graphs
spectral-action
:
GitHub Action wrapper for Spectral - a JSON/YAML/OpenAPI/AsyncAPI/etc linter with custom rule support.
Hunch
:
<UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
tf.extra_losses
:
Large-Margin Softmax Loss, Angular Softmax Loss, Additive Margin Softmax, ArcFaceLoss And FocalLoss In Tensorflow
javascript-style-guide
:
Bản dịch tiếng Việt cho Định hướng Lối viết JavaScript của Airbnb
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gh-conf-write
?
Download (.md)
# gh-conf-write Write content to github config file [](https://travis-ci.com/gh-conf/gh-conf-write) [](https://github.com/gh-conf/gh-conf-write) [](https://github.com/gh-conf/gh-conf-write/graphs/contributors) [](https://github.com/gh-conf/gh-conf-write/commits/master) [](https://www.npmjs.com/package/@gh-conf/gh-conf-write) It reads the github config file and returns it contents. It needs respository path as input to read the config. > Give us a :star: if you like our work :heart: <a href="https://www.buymeacoffee.com/gh-conf" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a> <a href="https://www.patreon.com/bePatron?u=15454240" target="_blank"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patron!" height="40"></a> Please consider donating, if you like my work ## Install ``` $ npm install @gh-conf/gh-conf-write ``` ## Usage ```javascript const { writeConf } = require('@gh-conf/gh-conf-write'); (async () => { try { const writeResult = await writeConf('./gh-conf-write', 'CONTENT'); console.log(writeResult); /** * { * status: 'success', * message: 'Config updated', * data: { * content: 'CONTENT' * } * } **/ } catch (error) { console.log(error); } })(); ``` ## Contributing Interested in contributing to this project? You can log any issues or suggestion related to this library [here](https://github.com/gh-conf/gh-conf-write/issues/new) Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase ## Contributors <a href="https://github.com/arshadkazmi42"><img src="https://github.com/arshadkazmi42.png" width="30" /></a> <a href="https://github.com/justingolden21"><img src="https://github.com/justingolden21.png" width="30" /></a> <a href="https://github.com/bojanadjordjevic"><img src="https://github.com/bojanadjordjevic.png" width="30" /></a> <a href="https://github.com/myles-painter"><img src="https://github.com/myles-painter.png" width="30" /></a>