Package Exports
- amadil
- amadil/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (amadil) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
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
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>