Package Exports
- basd
- basd/basd
- basd/basd-node
- basd/base
- basd/byte-size
- basd/debug
- basd/evented
- basd/heap
- basd/logger
- basd/pipe
- basd/temporal
- basd/timely
- basd/timestamp
Readme
basd
based code lifts all ships
basd is a comprehensive suite of utility functions and helper libraries that augment lodash and add much herbs and spices. A solid foundation on which to build robust and complex JS applications. At the heart of basd is the @basd/base module, containing many extensions to lodash. @basd/pipe deals with readable and writable streams and @basd/logger is an isomorphic logger for all of your logging needs. basd itself acts as a facade to all of these submodules as well as integrating various common and stable packages such as msgpack and tweetnacl.
Installation
npm install basdUsage
Import basd into your project and use it like lodash:
const _ = require('basd')
// or
const { _, log, uuid, ...etc } = require('basd')Then, use any of the plethora of methods:
_.log('Hello, World!')Documentation
Modules
@basd/base imports lodash and adds various utility and helper functions
@basd/pipe provides pipe and stream functionality
@basd/logger is a simple logging tool, configurable to your needs
For specific submodule usage, refer to the individual module's documentation.
Tests
In order to run the test suite, simply clone the repository and install its dependencies:
git clone https://gitlab.com/basedwon/basd.git
cd basd
npm installTo run the tests:
npm testContributing
Thank you! Please see our contributing guidelines for details.
Donations
If you find this project useful and want to help support further development, please send us some coin. We greatly appreciate any and all contributions. Thank you!
Bitcoin (BTC):
1JUb1yNFH6wjGekRUW6Dfgyg4J4h6wKKdFMonero (XMR):
46uV2fMZT3EWkBrGUgszJCcbqFqEvqrB4bZBJwsbx7yA8e2WBakXzJSUK8aqT4GoqERzbg4oKT2SiPeCgjzVH6VpSQ5y7KQLicense
basd is MIT licensed.