interpersonal-skills v1.0.6
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.