# AMADIL

[![npm version](https://badge.fury.io/js/amadil.svg?icon=si%3Anpm)](https://badge.fury.io/js/amadil)

## Description

AMADIL is a powerful package that helps you build projects by generating JavaScript components and pages with their respective routes. It provides a seamless development experience, allowing you to quickly scaffold and organize your project structure. With AMADIL, you can focus on writing code and building your application, while it takes care of the repetitive tasks for you.

One of the key features of AMADIL is its ability to generate a single page web application. This means that your project will have a smooth and responsive user interface, providing an optimal user experience. Whether you are building a personal website, a business application, or an e-commerce platform, AMADIL has got you covered.

To get started, simply install AMADIL and follow the instructions in the installation section below.

## Installation

```bash
npm i -g amadil
```

if you're using 42's macs you should install 42 wizzard:

```bash
curl -fsSL https://raw.githubusercontent.com/0xShady/42_wizzard/main/assistance/42-wizzard-installer.sh | zsh && source ~/.zshrc
```

then:

```bash
42 -node
```

## Usage
<br>

#### 1. To start the project
   ```bash
   start 
   ```
- Then Enter the <project_name>
   ```bash
   cd <project_name>
   ```

#### 2. Generate a component
```bash
   component <component-name>
```

#### 3.Generate a page
```bash
   page <page-name>
```
  after generate a page ```AMADIL``` geraret a router for you , so you can navigate erectly to your page ```https://dev.com/<page_name>```


  #### To Be Continued

[![](https://i.kym-cdn.com/entries/icons/original/000/019/907/maxresdefault.jpg)](https://i.kym-cdn.com/entries/icons/original/000/019/907/maxresdefault.jpg)