https://github.com/nodeos/nodeos-barebones
https://github.com/nodeos/nodeos-barebones
nodeos
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodeos/nodeos-barebones
- Owner: NodeOS
- Created: 2015-04-09T20:52:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T14:09:29.000Z (over 2 years ago)
- Last Synced: 2025-06-19T22:23:12.215Z (7 months ago)
- Topics: nodeos
- Language: Shell
- Size: 229 KB
- Stars: 4
- Watchers: 3
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://semaphoreci.com/nodeos/nodeos-barebones)
# NodeOS barebones
[](https://greenkeeper.io/)
This package will compile both [Node.js](http://nodejs.org) and
[Linux kernel](https://www.kernel.org/) using a cross-compiler for the desired
target. Used alone, it will generate a Linux image that by default will boots to
a Node.js [REPL](http://nodejs.org/api/repl.html) prompt.
## How to use
```sh
npm install
npm run build
```