Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Better-Require is a Node.js module that extends the `require()` function to support importing various file formats beyond JavaScript, including JSON, YAML, CSV, XML, INI, and CoffeeScript. It's designed for developers who want to simplify loading configuration or data files directly into their Node.js applications without manual parsing.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of olalonde/better-require

Account's avatar
Marak/colors.js
get colors in your node.js console
Account's avatar
olalonde/require-json
require('require-json') lets you load JSON files using require syntax. For example: var config = require('./config.json');
Account's avatar
olalonde/require-yaml
require('require-yaml') lets you load YAML/YML files using require syntax. For example: var config = require('./config.yaml');
Account's avatar
olalonde/require-csv
require('require-csv') lets you load CSV files using require syntax. For example: var data = require('./data.csv');
Account's avatar
olalonde/require-xml
require('require-xml') lets you load XML files using require syntax. For example: var config = require('./config.xml');
Account's avatar
olalonde/require-ini
require('require-ini') lets you load INI files using require syntax. For example: var config = require('./config.ini');
Account's avatar
jashkenas/coffeescript
Unfancy JavaScript
Account's avatar
matthewrobb/six
JavaScript you can bet on.
Account's avatar
kaisellgren/Frog
Provides support for require()'ing Google Dart source files (.dart).
Account's avatar
olalonde/require-typescript
require('require-typescript') lets you load typescript files directly from Node.js. For example: var mymodule = require('./mymodule.ts');

Support the repos that depend on this repository

Top contributors

olalonde's profile
olalonde
31 contributions
dgonzalez's profile
dgonzalez
1 contributions
zackbloom's profile
zackbloom
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
olalonde

olalonde/better-require

Augments require() with support for multiple file formats. Node.js / NPM package

JavaScript
76
7
BSD 3-Clause "New" or "Revised" License