basd

1.0.16 • Public • Published

basd

based code lifts all ships

npm pipeline license downloads

Gitlab Github Twitter Discord

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 basd

Usage

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 install

To run the tests:

npm test

Contributing

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):

1JUb1yNFH6wjGekRUW6Dfgyg4J4h6wKKdF

Monero (XMR):

46uV2fMZT3EWkBrGUgszJCcbqFqEvqrB4bZBJwsbx7yA8e2WBakXzJSUK8aqT4GoqERzbg4oKT2SiPeCgjzVH6VpSQ5y7KQ

License

basd is MIT licensed.

Package Sidebar

Install

npm i basd

Weekly Downloads

4

Version

1.0.16

License

MIT

Unpacked Size

25.8 kB

Total Files

21

Last publish

Collaborators

  • basedwon