Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.77 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.77 KB

AMADIL

npm version

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

npm i -g amadil

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

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

then:

42 -node

Usage


1. To start the project

start 
  • Then Enter the <project_name>
    cd <project_name>

2. Generate a component

   component <component-name>

3.Generate a page

   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