desmond

Desmond is a caretaker of boilerplate code for node back-end development, providing a set of maintained tools.

Usage no npm install needed!

<script type="module">
  import desmond from 'https://cdn.skypack.dev/desmond';
</script>

README

Desmond Build Status Coverage Status Dependency Status Npm Types Docs License

Desmond is a caretaker of boilerplate code for node back-end development, providing a set of maintained tools.

Install

npm i --save desmond

Usage

import { parseBool } from 'desmond'; // const { parseBool } = require('desmond');

parseBool('false');

Project features Typescript definitions! :yum:

To see what functions and tools are available, see the next section.

Contents

Express

Hashing

Database

Promises

Other

Development

Building

  • npm run build

Testing

  • npm run test
  • npm run test:coverage

Lint

  • npm run lint

Docs

  • npm run docs
  • Documentation is generated from the Typescript / JSDoc using Typedoc

License

This project is licensed under MIT.