Ether - Le langage intentionnel
npm install ether-codeLe langage intentionnel - Écrivez du code comme vous pensez.
``bash`
npm install -g ether-code
`bash`
ether init
`bash`
ether build
`bash`
ether dev
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`.
- HTML
- CSS
- JavaScript
- TypeScript
- PHP
- Python
- Ruby
- SQL
- Node.js
- React
- GraphQL
https://ether-code.com/docs
MIT