Skip to content

cirosantilli/nodejs-cheat

Repository files navigation

Node.js Cheat

This repo is in the process of moving to: https://cirosantilli.com/linux-kernel-module-cheat#node-js

The move will be done progressively as examples are needed there, and no new content will be added here.

TODO: move README.md into this file.

Install node and run all automatable tests:

# Install node.
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh
source ~/.nvm/nvm.sh
nvm install
nvm use

# Install package dependencies.
npm install

# Run automatable tests.
npm run

The Node version is given by our .nvmrc.

Hello world examples:

TODO: linting with eslint is setup, but there are many old failing files.

At some point we want to fix those and move the linting into npm test.

About

MOVING TO https://cirosantilli.com/linux-kernel-module-cheat#node-js See README. Node.js information and cheatsheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published