Coder Social home page Coder Social logo

catalinmiron / awesome-cross-platform-nodejs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bcoe/awesome-cross-platform-nodejs

0.0 3.0 1.0 105 KB

:two_men_holding_hands: A curated list of awesome developer tools for writing cross-platform Node.js code

License: Creative Commons Attribution Share Alike 4.0 International

awesome-cross-platform-nodejs's Introduction


Awesome

A curated list of awesome developer tools for writing cross-platform Node.js code.

Contents

Resources

Applications

Development environment

Continuous integration

  • AppVeyor - Focused on Windows. Free tiers are available for OSS projects.
  • Travis - Windows/macOS/Linux. Free for OSS projects.
  • Azure Pipelines - Windows/macOS/Linux. Free for OSS projects with 10 parallel jobs.

Virtualization

  • ievms - Automated installer for the free virtual machine images that Microsoft provides for testing on multiple versions of IE. These images can be useful for cross-platform testing various technologies, however make sure you read and understand Microsofts' licensing.
  • VirtualBox - General purpose software for running x86 virtual machines.
  • Docker - A software platform to create, deploy and manage virtualized application containers on a common operating system, with an ecosystem of allied tools.

Compatibility

  • Wine - Run Windows API calls on Linux, Mac, BSD and Solaris.
  • Cygwin - Run POSIX on Windows.
  • WSL - Run the Linux command line on Windows (ELF binary execution, system calls, filesystem, Bash, core utilities, common applications).
  • MinGW - gcc on Windows.
  • msys / Git Bash - Bash on Windows.

Databases

  • Redis - A native port of Redis for Windows.

Libraries

OS identification

  • is-windows - Detect whether the current platform is Windows.
  • is-wsl - Detect whether current platform is WSL (Windows Subsystem for Linux).
  • getos - Retrieve the current OS, including Linux distribution.
  • os-name - Get the name of the current operating system.
  • systeminformation - Hardware/software system information.

Shell

  • execa - Cross-platform implementation of child_process.{execFile,exec}.
  • cross-spawn - Cross-platform implementation of child_process.spawn().
  • shelljs - Cross-platform Unix shell commands.
  • node-windows - Windows support for Node.js scripts (daemons, eventlog, UAC, etc).
  • log-symbols - Colored symbols for various log levels with Windows fallbacks.
  • figures - Unicode symbols with Windows fallbacks.
  • clipboardy / clipboard-cli - Cross-platform copy/paste.

Environment

  • cross-env - Set environment variables cross-platform.
  • user-home - Get the path to the user home directory. Cross-platform.
  • username - Get the current username.
  • osenv - Cross-platform environment variables.
  • is-elevated - Check if the process is running with elevated privileges.
  • which - Cross-platform implementation of Unix's which.

Filesystem

  • rimraf / del - Delete files and folders. Cross-platform.
  • make-dir - Cross-platform mkdir -p.
  • readdirp - Recursive version of fs.readdir().
  • cpy - Copy files. Cross-platform.
  • chokidar - Improved cross-platform file watching.
  • graceful-fs - Improves the fs module, especially on Windows.
  • any-path - Use Windows and POSIX paths interchangeably when fetching values from an object.

Signals

  • fkill - Kill processes. Cross-platform.
  • signal-exit - Cross-platform exit handler.

Processes

Desktop UI

  • open - Opens stuff like websites, files, executables. Cross-platform.
  • node-notifier - Cross-platform desktop notifications.
  • electron - Build cross-platform desktop apps with JavaScript, HTML, and CSS.

Windows registry

Known issues

  • cmd.exe unicode woes - by default, cmd.exe does not display Unicode characters on Windows.
  • spawn issues - child_process.spawn() behavior is not consistent between Windows and Linux.
  • exec() behavior between shells - depending on the shell being used, e.g., bash vs. dash, child_process.exec() has inconsistent exit behavior.

Support

If you found an error or would like to add more information, don't hesitate to submit an issue on GitHub.

Everyone is welcome regardless of personal background. We enforce a Code of conduct in order to promote a positive and inclusive environment.

Contributing

This project was made with โค๏ธ. The simplest way to give back is by starring and sharing it online.

If the documentation is unclear or has a typo, please click on the page's Edit button (pencil icon) and suggest a correction.

If you would like to help us fix an error or add more information, please check our guidelines. Pull requests are welcome!

Thanks goes to these wonderful people:

Benjamin E. Coe
Benjamin E. Coe

๐Ÿ’ป ๐Ÿค” ๐Ÿ“–
ehmicky
ehmicky

๐Ÿ’ป ๐Ÿค” ๐Ÿ“–
Sindre Sorhus
Sindre Sorhus

๐Ÿ’ป ๐Ÿค” ๐Ÿ“–
Hongarc
Hongarc

๐ŸŽจ ๐Ÿ“– ๐Ÿ’ป
Kent C. Dodds
Kent C. Dodds

๐Ÿค”
Jason Cooke
Jason Cooke

๐Ÿ“–
Aron Hafner
Aron Hafner

๐Ÿ“–
ShPelles
ShPelles

๐Ÿ“–
Xiaodan Mao
Xiaodan Mao

๐Ÿ“–
James Talmage
James Talmage

๐Ÿ“–
Sylvain PONTOREAU
Sylvain PONTOREAU

๐Ÿ“–

This project follows the all-contributors specification.

License

License

awesome-cross-platform-nodejs's People

Contributors

bcoe avatar ehmicky avatar hafffe avatar hong4rc avatar jason-cooke avatar sindresorhus avatar spontoreau avatar

Watchers

 avatar  avatar  avatar

Forkers

khanhney

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.