Common Utils
This package provides utility methods for common operations which cover a wide
range of use cases and helps in avoiding writing boilerplate code.
Install
npm install @b613/utils
Install Peer Dependencies by needed modules
Module | Peer Dependencies |
---|
@b613/utils/lib/color | npm install cli-color (only for Node.js usage) |
@b613/utils/lib/image | npm install image-downloader sharp |
@b613/utils/lib/server | npm install body-parser express morgan |
@b613/utils/lib/trace | npm install cli-color (only for Node.js usage) |
Libraries
Development Setup
-
Install The Determinate Nix Installer
-
Install direnv
with your OS package manager
-
Hook it direnv
into your shell
-
Load environment
At the top-level of your project run:
direnv allow
-
Install dependencies
make install
-
Start dev environment
make env
This will starts a preconfigured Tmux session.
Please see the .tmuxinator.yml file.
License
Under the MIT license.
See LICENSE file for
more details.