1.0.6 • Published 1 year ago

interpersonal-skills v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

interpersonal-skills

Revolutionary, zero dependency library that your 12-factor application needs if you are ever dealing with interpersonal skills.

Installation

Simply add interpersonal-skills to your project by running the npm install script:

npm install interpersonal-skills

Features

  • Easy installation
  • Comprehensive
  • Extensible

Usage

interpersonal-skills uses a module system allowing for great flexibility when importing needed skills into your 12-factor application. You can import your needed interpersonal-skills with a simple oneliner:

import skills from "interpersonal-skills";

Extensible

As a library author, it is sometimes hard to cater to domain-specific needs of each user group to support their specific interpersonal-skills.
Luckily the library is easily extensible, below is a code example of how you can easily add additional needed interpersonal skills.

import skills from "interpersonal-skills";
const interpersonalSkillsWithAdditionalOnes = [
  ...skills,
  "taking care of your friends",
];

Changelog

1.0.6

  • Run Prettier on project (for real this time)

1.0.5

  • License project as MIT
  • Update documentation
    • Adds documentation on ease of use and extensibility

1.0.4

  • Add README.md

1.0.3

  • Run Prettier on project
  • Add an interpersonal skill

License

This project is MIT licensed.

Disclaimer

Please remember, this package is satire. Do not use this anywhere. Use an array instead.

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago