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.
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
start
- Then Enter the <project_name>
cd <project_name>
component <component-name>
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>