alex
Catch insensitive, inconsiderate writing (by get-alex)
Live Server
A simple development http server with live reload capability. (by tapio)
alex | Live Server | |
---|---|---|
11 | 33 | |
4,838 | 4,452 | |
0.5% | 0.3% | |
3.1 | 0.0 | |
about 2 months ago | 9 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
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.
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.
-
Practicing politeness in JavaScript code 🤬
According to what is written in the documentation of this tool:
-
Markdown Bot - An AI friend who improves your content
Catch insensitive, inconsiderate writing with tools like alex
- AlexJS: Catch Insensitive, Inconsiderate Writing
-
A ChatGPT GitHub Action for Reviewing Text for Potentially Discriminatory Language
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?
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?
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
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)
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
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
alex
Live Server
Posts with mentions or reviews of Live Server.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-14.
- Rewriting my blog in plain HTML
-
Lite 🚀 ApolloNvim Distro 2024
👉 Next, install the Live-server in Node.js using npm and live-server.
-
Google OAuth2 with Fastify + TypeScript From Scratch
Now serve this basic page on port 4000 (You can use in-built Live Server if you are using Visual Studio Code OR You can use Live Server package)
-
Newb question: Can I use Sveltekit without a server running nodejs?
It still uses some JavaScript inside the browser. Have you tried just pointing a web server at the build output (e.g. live-server)?
-
Simplest way to run a website on your computer?
For example, PHP provides a builtin testing server; I think python has one too, and there are various options for nodejs, e.g. live-server.
-
Dynamic update: IIS
live-server - npm
-
Live Server plugin for vim/nvim
I made a plugin for vim/nvim that allows you to use Live Server for editing your html, css and js files with automatic reload on changes. It uses this: https://www.npmjs.com/package/live-server.
-
Running a live server for simple HTML/CSS/JS development?
Could try https://github.com/tapio/live-server which you would run with the entry file being your html file. Just need to start it inside a terminal somewhere.
-
Creating a Gantt chart with vanilla JavaScript
The CSS will be defined in JavaScript files. We will use JavaScript modules to split the code into separate modules that can be imported and exported, so we’ll need a local HTTP server to run the code. We need to do this because JavaScript modules follow the same-origin policy, which means that you cannot import modules from your file system by default. To get a local server with live reload, you can install the npm Live Server package. If you are using VS Code, you can install the Live Server extension.
-
live reload for basic html/css/js on docker
ended up using live-reload. https://www.npmjs.com/package/live-server
What are some alternatives?
When comparing alex and Live Server you can also consider the following projects:
wifi-password - Get current wifi password
http-server - a simple zero-configuration command-line http server
Babel (Formerly 6to5) - 🐠 Babel is a compiler for writing next generation JavaScript.
iponmap - commandline IP location finder
bracey.vim - live edit html, css, and javascript in vim
David - :eyeglasses: Node.js module that tells you when your package npm dependencies are out of date.
browser-run - Run code inside a browser from the command line
license-checker - Check NPM package licenses
npm-home - Open the npm page, Yarn page, or GitHub repo of a package
torrent - download torrents with node from the CLI
Standard - 🌟 JavaScript Style Guide, with linter & automatic code fixer