1.0.8 • Published 2 years ago

eyad_cli v1.0.8

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

About the project

This is a Javascript CLI made with Typescript to code on the go. This project is still in development and you can use it for educational purposes.

How to get started

Run npm install eyad_cli to install the package.

Then run npx eyad_cli serve to run the appliaction.

Open http://localhost:4005 in your browser.

Example:

import React, { useState } from 'react';

const App = () => { const [name, setName] = useState('EYAD');

return <h1>{name}</h1>; };

show(<App />);

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago