@kwaeri/developer-tools

The kwaeri developer tools. A minimalist tooling for rapid development on the Node.

Usage no npm install needed!

<script type="module">
  import kwaeriDeveloperTools from 'https://cdn.skypack.dev/@kwaeri/developer-tools';
</script>

README

kwaeri-developer-tools (kwdt)

pipeline status coverage report CII Best Practices

WARNING! kdt is not ready for production yet. We have decided to publish early for testing purposes during development. You are free to check us out, but please note that this project is by no means complete, nor safe, and we DO NOT recommend using kwdt at this time. With that said, please feel free to check the library out and see where it's headed!

The short version:

kwaeri-developer-tools (kdt) is a minimal set of tools for aiding rapid development of application logic. It is also a dependency of several components which make up the @kwaeri/platform.

If you like our software, please consider making a donation. Donations help greatly to maintain the Massively Modified network and continued support of our open source offerings:

Donate via PayPal.com

Table of Contents

The Implementation

The library provides potentially familiar methods; .type(), .isNumber(), isVisible(), .empty(), .extend(), and .each(). We may very well add more tools to the collection as we continue to grow the project, though we've found that these tools more than suffice in helping us to rapidly develop logic on the server-side of any application.

Browse documentation for more information, including API reference (still in development).

Developers

This project makes use of TypeScript, as well as babel for powering build processes with Gulp.

Using kdt

To use kdt in your own project/application, install the module via npm and include it in your application:.

Installation

You can obtain kdt a couple of different ways:

  • Via npm with npm install @kwaeri/developer-tools in a terminal/command prompt.
  • Via direct download in several available formats:

With either option, after obtaining the source, the production files can be found within the build subdirectory.

Integration

Include the module anywhere you wish to make use of kdt:

import { kdt } from '@kwaeri/developer-tools';

Source maps are provided, so feel free to use kdt in development.

Once you have loaded the module into your application, you must initialize it:

let _ = new kdt();

You're now set to make use of kdt in your project.

How to Contribute Code

Our Open Source projects are always open to contribution. If you'd like to cocntribute, all we ask is that you follow the guidelines for contributions, which can be found at the Massively Modified Wiki

There you'll find topics such as the guidelines for contributions; step-by-step walk-throughs for getting set up, Coding Standards, CSS Naming Conventions, and more.

Other Ways to Contribute

There are other ways to contribute to the project other than with code. Consider testing the software, or in case you've found an Bug - please report it. You can also support the project monetarly through donations via PayPal.

Regardless of how you'd like to contribute, you can also find in-depth information for how to do so at the Massively Modified Wiki

Bug Reports

To submit bug reports, request enhancements, and/or new features - please make use of the issues system baked-in to our source control project space at Gitlab

You may optionally start an issue, track, and manage it via email by sending an email to our project's support desk.

For more in-depth documentation on the process of submitting bug reports, please visit the Massively Modified Wiki on Bug Reports

Vulnerability Reports

Our Vulnerability Reporting process is very similar to Gitlab's. In fact, you could say its a fork.

To submit vulnerability reports, please email our Security Group. We will try to acknowledge receipt of said vulnerability by the next business day, and to also provide regular updates about our progress. If you are curious about the status of your report feel free to email us again. If you wish to encrypt your disclosure email, like with gitlab - please email us to ask for our GPG Key.

Please refrain from requesting compensation for reporting vulnerabilities. We will publicly acknowledge your responsible disclosure, if you request us to do so. We will also try to make the confidential issue public after the vulnerability is announced.

You are not allowed, and will not be able, to search for vulnerabilities on Gitlab.com. As our software is open source, you may download a copy of the source and test against that.

Confidential Issues

When a vulnerability is discovered, we create a [confidential issue] to track it internally. Security patches will be pushed to private branches and eventually merged into a security branch. Security issues that are not vulnerabilites can be seen on our public issue tracker.

For more in-depth information regarding vulnerability reports, confidentiality, and our practices; Please visit the Massively Modified Wiki on Vulnerability

Donations

If you cannot contribute time or energy to neither the code base, documentation, nor community support; please consider making a monetary contribution which is extremely useful for maintaining the Massively Modified network and all the goodies offered free to the public.

Donate via PayPal.com