ether-code
v0.5.7
Published
Ether - Le langage intentionnel
Maintainers
Readme
Ether
Le langage intentionnel - Écrivez du code comme vous pensez.
Installation
npm install -g ether-codeUtilisation
Initialiser un projet
ether initCompiler
ether buildMode développement (watch)
ether devExemple
Créez un fichier src/index.eth:
// cible: html
document
tete
titre "Ma page"
corps
titre1 "Bienvenue"
paragraphe "Ether permet d'écrire du code naturellement."Compilez avec ether build pour générer dist/index.html.
Langages supportés
- HTML
- CSS
- JavaScript
- TypeScript
- PHP
- Python
- Ruby
- SQL
- Node.js
- React
- GraphQL
Documentation
https://ether-code.com/docs
License
MIT
