1.0.1 • Published 2 years ago

@js-omar/node v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Node

Node Project

Installation

Use the package manager npm to install @js-omar/node.

npm install @js-omar/node

Usage

import { execute } from '@js-omar/node';

const statement = 'echo "Hello World!"';
await execute(statement);

const statements = ['sleep 1', 'echo "Hello World!"'];
await execute(statements);

Development

To run this project in development use

Clone the project

  git clone https://github.com/js-omar/node.git

Install Packages

  npm install

Start the server

  npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

Hi, I'm Omar Elsayed! 👋

I'm a full stack javascript developer...

🛠 Skills

Typescript, Javascript, Angular, Ionic, Nest.js, Node.js, HTML, CSS...

License

MIT

Feedback

If you have any feedback, please reach out to us at challengeromar97@gmail.com