List of programming languages, frameworks, libraries and other tools used by developers and companies with the name, logo, description and type.
npm install @shiroi-shi/techstack
npm i @shiroi-shi/techstack
`
Usage
`javascript
import techstack from '@shiroi-shi/techstack';
console.log(techstack.all) // list all technologies
console.log(techstack.languages) // list all languages
...
`
Options
| Option | Description |
| ------------ | ----------- |
| all | List all technologies |
| languages | List all languages |
| libraries | List all libraries |
| databases | List all databases |
| frameworks | List all frameworks |
| tools | List all tools |
| os | List all operating systems |
Object content
`json
{
"name": "techstack",
"website": "https://github.com/Shiroi-shi/techstack",
"logo": "https://cdn.jsdelivr.net/npm/@shiroi-shi/techstack/data/logos/techstack.svg",
"slug": "techstack",
"description": "List of programming languages, frameworks, libraries and other tools used by developers and companies with the name, logo, description and type.",
"type": "Library"
}
``