# nodebowl-1
**Repository Path**: postbird/nodebowl-1
## Basic Information
- **Project Name**: nodebowl-1
- **Description**: A in-browser lib that emulates the Node.js API includes fs, require, etc.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-02
- **Last Updated**: 2026-01-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## nodebowl

Put node in a bowl.
`nodebowl` is a in-browser lib that emulates the Node.js API includes fs, require, etc. It can run many Node.js lib in browser,eg: webpack in browser.
> This project just started,please consider starring the project to show your ❤️ and support if you like it.
## Getting Started
```
$ npm install nodebowl
```
```html
```
or import it
```js
import nodebowl from 'nodebowl';
const { fs, run } = window.nodebowl;
```
### API
#### run(file[, args][, options])
- `file` \ The name or path of the executable file to run.
- `args` \ List of string arguments.
- `options` \