1.0.1 • Published 3 years ago
@js-omar/node v1.0.1
Node
Node Project
Installation
Use the package manager npm to install @js-omar/node.
npm install @js-omar/nodeUsage
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.gitInstall Packages
npm installStart the server
npm run startContributing
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
Feedback
If you have any feedback, please reach out to us at challengeromar97@gmail.com
1.0.1
3 years ago