Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodeos/nodeos-barebones
https://github.com/nodeos/nodeos-barebones
nodeos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodeos/nodeos-barebones
- Owner: NodeOS
- Created: 2015-04-09T20:52:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T14:09:29.000Z (over 1 year ago)
- Last Synced: 2024-10-12T19:01:57.759Z (2 months ago)
- Topics: nodeos
- Language: Shell
- Size: 229 KB
- Stars: 5
- Watchers: 4
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://semaphoreci.com/api/v1/nodeos/nodeos-barebones/branches/master/badge.svg)](https://semaphoreci.com/nodeos/nodeos-barebones)
# NodeOS barebones
[![Greenkeeper badge](https://badges.greenkeeper.io/NodeOS/nodeos-barebones.svg)](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
```