1.1.4 • Published 3 years ago

@shiroi-shi/techstack v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Techstack

List of programming languages, frameworks, libraries and other tools used by developers and companies with the name, logo, description and type.

Work in progress

The list is still a work in progress, it is subject to many changes, you can open an issue or a pull request if you have any suggestion about something to add or modify.

How to install

npm i @shiroi-shi/techstack

Usage

import techstack from '@shiroi-shi/techstack';

console.log(techstack.all) // list all technologies
console.log(techstack.languages) // list all languages
...

Options

OptionDescription
allList all technologies
languagesList all languages
librariesList all libraries
databasesList all databases
frameworksList all frameworks
toolsList all tools
osList all operating systems

Object content

  {
    "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"
  }

Contributing

Help would be greatly appreciated, and I would be happy to discuss about what to add, delete or modify in the list.

License

MIT