alex VS license-checker

Compare alex vs license-checker and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
alex license-checker
10 10
4,751 1,572
0.5% -
4.0 0.0
5 months ago 3 months ago
JavaScript JavaScript
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

alex

Posts with mentions or reviews of alex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-21.
  • Markdown Bot - An AI friend who improves your content
    3 projects | dev.to | 21 Jul 2023
    Catch insensitive, inconsiderate writing with tools like alex
  • AlexJS: Catch Insensitive, Inconsiderate Writing
    2 projects | news.ycombinator.com | 20 May 2023
  • A ChatGPT GitHub Action for Reviewing Text for Potentially Discriminatory Language
    3 projects | dev.to | 5 Apr 2023
    This story has been a motivating principle behind my life for a long time, and therefore, whenever I've worked on docs, I've thought about how I could ensure that exclusionary words, even unintentionally, did not make their way into the final copy. During my time at Nexmo, a communications API company, I introduced Alex, an NPM package that helps you identify potentially exclusionary language in your writing, into the CI/CD pipeline for the documentation.
  • What external tools do you use in your workflow?
    4 projects | /r/LaTeX | 3 Jan 2023
    As a philosophy student: Zotero for reference management, the Better BibTeX plugin to auto-generate a .bib file, and two language servers for diagnostics: LTeX for grammar- and spellchecking, and alex for style and sensitivity checking.
  • JavaScript library that converts a string to gender-neutral language?
    3 projects | news.ycombinator.com | 30 Dec 2022
    When using it as a lib you can pass a markdown string (https://github.com/get-alex/alex#markdownvalue-config) or raw text string (https://github.com/get-alex/alex#textvalue-config). This will return an object that should contain everything you need to perform a naive replacement.
  • Detect Non-Inclusive Language with Retext and Node.js
    4 projects | dev.to | 2 Sep 2022
    alex is a lovely command-line tool that takes in text or markdown files and, using retext-equality and retext-profanities, highlights suggestions for improvement. alex checks for gendered work titles, gendered proverbs, ableist language, condescending or intolerant language, profanities, and much more.
  • The Actual Mind of the Algorithm (Cortex 132)
    5 projects | /r/CGPGrey | 18 Aug 2022
    Heck, he could even go so far and start using GitHub's automation system (Actions) to run some check on his writing. (Maybe something like alexjs)
  • Mod fight over pronoun flairs in /r/programminghorror
    1 project | /r/SubredditDrama | 16 Jun 2022
    I've been a part of several code clean-ups where giant code bases needed to be changed to considerate language. I've never once encountered a bad actor when the actual work got underway. Part of being a programmer is to question the reasoning behind large changes but any programmer worth their salt understands the big picture if you can clearly explain it. I wouldn't read too much into the actions of a few people in any programming subreddit who are opposed to pronouns. Those people will always exist. I'm certain that the vast majority of programmers in those subs are either strongly in favour of gendered pronouns or are apathetic toward it. To drive home the point, the fight for considerate language has been driven by developers themselves. All these wonderful tools such as alex.js or even org level changes inside big companies are part of it.
  • Markdown Linting
    9 projects | dev.to | 19 Aug 2021
    alex

license-checker

Posts with mentions or reviews of license-checker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-15.
  • Consultant Asking About NPM Software Licenses
    1 project | /r/node | 17 May 2023
    I thought that was a fairly weird question. A couple of our APIs run on Ubuntu, which contains GNU software. He has access to our source code, and I had also previously sent him the output of license checker so he really should have been able to answer this himself.
  • A developer-friendly introduction to open source licenses
    1 project | dev.to | 6 Mar 2023
    NPM License Checker
  • Big Changes Ahead for Deno
    13 projects | news.ycombinator.com | 15 Aug 2022
    I don't care whether it's all in one file or in a dozen files, but I want all of that information to be available programmatically in a text file (unlike in a readme or on Github) in a standardized location in a project.

    In that respect, package.json is a strict win. Your lack of willingness to use `git blame` to see why you added a line, or lack of reasonable git comments, is not to be blamed on the file.

    Complexity is unavoidable. How could you write a tool like license-checker [1] for a Go-based project without having license information in a standardized location? Without the scripts section, how can you create a tool like husky [2] that automatically installs git hooks for a project? Every single part of package.json is there for a good reason; at best you could argue that putting some of it in other files would be aesthetically superior, but that's just bikeshedding.

    Complexity isn't de facto bad. Some complexity is required if you want a certain level of functionality to become available. Deno (and Go) are slowly accumulating that "cruft" as people realize that those functions are actually useful or even critical to a mature ecosystem.

    [1] https://www.npmjs.com/package/license-checker

    [2] https://www.npmjs.com/package/husky

  • Richard Stallman calls for software package systems that help maintain your freedoms
    1 project | /r/programming | 20 Apr 2022
    Yes, all npm packages are supposed to have a valid SPDX license identifier, and there is an easy way to recursively check these values
  • Introducing sbomx.com - Software Bill of Materials X
    1 project | /r/programming | 18 Feb 2022
    For JavaScript I always used davglass/license-checker as a starting point but it's not being maintained anymore. Then I did similar things for the backend code, put everything together and sent it to the legal and security teams. At some point I thought "There must be a better way!". So, I started building sbomx about one and a half years ago. It's working fine enough to show it to the world and gather some feedback.
  • automatically pull licenses from package.json and put them into a spreadsheet??
    1 project | /r/webdev | 17 Feb 2022
    Check this package https://www.npmjs.com/package/license-checker
  • Italian Courts Find Open Source Software Terms Enforceable
    2 projects | news.ycombinator.com | 27 Dec 2021
    Good doctors and drivers make mistakes, too, and they still face liability for those mistakes.

    I think that if your company is large enough, you should have employees, or pay someone, to mirror your dependencies and automate license checks. There are projects that do the latter already[1][2]. You can loop your lawyers in if licenses change to ensure you don't violate them. If (A)GPL code still ships in proprietary products, that's a process problem that the company needs to solve.

    [1] https://github.com/dhatim/python-license-check

    [2] https://github.com/davglass/license-checker

  • Node.js Packages and Resources
    106 projects | dev.to | 6 Sep 2021
    license-checker - Check licenses of your app's dependencies.
  • Home Screen Shortcuts in React Native (with Expo)
    4 projects | dev.to | 19 Aug 2021
    If you don't know what licenses you're currently using, I suggest the license-checker NPM tool.
  • How do I explain the concept of open source software to my boss?
    2 projects | /r/opensource | 28 May 2021
    Also, your IT dept is not entirely without concern here, you should be ensuring that you're not violating any open source licenses in your project, and be using something like https://www.npmjs.com/package/license-checker or an equivalent license checking service in your project language to ensure that everything is kosher

What are some alternatives?

When comparing alex and license-checker you can also consider the following projects:

http-server - a simple zero-configuration command-line http server

python-license-check - Check python packages from requirement.txt and report issues

torrent - download torrents with node from the CLI

npm-name - Check whether a package or organization name is available on npm

Live Server - A simple development http server with live reload capability.

npm-home - Open the npm page, Yarn page, or GitHub repo of a package

wifi-password - Get current wifi password

Babel (Formerly 6to5) - 🐠 Babel is a compiler for writing next generation JavaScript.

David - :eyeglasses: Node.js module that tells you when your package npm dependencies are out of date.

np - A better `npm publish`

iponmap - commandline IP location finder

ignite - Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more!