diff --git a/pages.fr/common/apktool.md b/pages.fr/common/apktool.md new file mode 100644 index 000000000..201f8204d --- /dev/null +++ b/pages.fr/common/apktool.md @@ -0,0 +1,16 @@ +# apktool + +> Outil de Rétro-ingénierie pour les fichier APK. +> Plus d'informations : . + +- Décode un fichier APK : + +`apktool d {{fichier.apk}}` + +- Construit un fichier APK depuis un dossier : + +`apktool b {{chemin/vers/un/dossier}}` + +- Installe et enregistre le framework : + +`apktool if {{framework.apk}}` diff --git a/pages.fr/common/apm.md b/pages.fr/common/apm.md new file mode 100644 index 000000000..37abebff9 --- /dev/null +++ b/pages.fr/common/apm.md @@ -0,0 +1,17 @@ +# apm + +> Gestionnaire de paquets pour Atom. +> Voir `atom`. +> Plus d'informations : . + +- Installe un paquet depuis http://atom.io/packages ou un thème depuis http://atom.io/themes : + +`apm install {{nom_du_paquet}}` + +- Supprime un paquet ou un thème : + +`apm remove {{nom_du_paquet}}` + +- Mets à jour un paquet ou un thème : + +`apm upgrade {{nom_du_paquet}}` diff --git a/pages/common/apktool.md b/pages/common/apktool.md index 77afb83f3..9eb1dd48d 100644 --- a/pages/common/apktool.md +++ b/pages/common/apktool.md @@ -11,6 +11,6 @@ `apktool b {{path/to/directory}}` -- Install and store frameworks: +- Install and store a framework: `apktool if {{framework.apk}}` diff --git a/pages/common/apm.md b/pages/common/apm.md index dd2ac8484..0ffc95a9c 100644 --- a/pages/common/apm.md +++ b/pages/common/apm.md @@ -4,14 +4,14 @@ > See `atom`. > More information: . -- Install packages from http://atom.io/packages and themes from http://atom.io/themes: +- Install a package from http://atom.io/packages or a theme from http://atom.io/themes: `apm install {{package_name}}` -- Remove packages/themes: +- Remove a package/theme: `apm remove {{package_name}}` -- Upgrade packages/themes: +- Upgrade a package/theme: `apm upgrade {{package_name}}`