mooi – Übersetzung – Keybot-Wörterbuch

Spacer TTN Translation Network TTN TTN Login Français English Spacer Help
Ausgangssprachen Zielsprachen
Keybot 14 Ergebnisse  www.hotelbolognese.com  Seite 9
  Github  
Commandes CLI
CLI Commands
CLI コマンド
  Github  
bin est une association de commandes CLI (des binaires) à créer par Yarn lors de l’installation de votre package.
bin is a mapping of cli commands (binaries) for Yarn to create for the package when installing it.
  Github  
. Notez que les commandes cli intégrées auront une préférence pour vos scripts, donc vous ne devriez pas toujours compter sur ce raccourci dans d’autres scripts
. Note that built-in cli commands will have preference over your scripts, so you shouldn’t always rely on this shortcut in other scripts
を実行するのと同じことです。 組み込みの cli コマンドは、あなたが作成したスクリプトよりも優先順位が高いため、他のスクリプトでこのショートカットに依存するべきでないことに注意してください。
  Github  
Si vous essayez d’utiliser un outil CLI qui a un
If you are trying to use a CLI tool that has a
  Github  
Lors de l’installation des packages, Yarn vous fournira des instructions de mise à jour si vous possédez une installation obsolète de la CLI. Vous pouvez désactiver cette vérification ici.
When installing packages, Yarn will provide upgrade instructions if you have an outdated CLI installation. You can disable this check here.
  Github  
est généré automatiquement et devrait être manipulé par Yarn uniquement. Lorsque vous ajoutez/mettez à jour/supprimez des dépendances avec le CLI de Yarn, cela va automatiquement mettre à jour votre fichier
file is auto-generated and should be handled entirely by Yarn. As you add/upgrade/remove dependencies with the Yarn CLI, it will automatically update your
  Github  
{ name: 'mon-nouveau-projet', description: 'Description de Mon Nouveau Projet.', 'dist-tags': { latest: '1.0.0' }, versions: [ '1.0.0' ], maintainers: [ { name: 'Votre Nom', email: 'votre_email@exemple.com' } ], time: { modified: '2018-01-18T09:54:09+00:00', created: '2018-01-18T09:54:09+00:00', '1.0.0': '2018-01-18T09:54:09+00:00' }, homepage: 'https://site-de-mon-nouveau-projet.com/', keywords: [ 'cool', 'truc', 'utile' ], repository: { url: 'https://example.com/votre-nom/mon-nouveau-projet', type: 'git' }, contributors: [ { name: 'Votre Ami', email: 'son-email@exemple.com', url: 'http://son-site-web.com' }, { name: 'Un Autre Ami', email: 'autre-email@exemple.com', url: 'https://autre-site-web.org' } ], author: { name: 'Votre Nom', email: 'votre_email@exemple.com' }, bugs: { url: 'https://github.com/vous/mon-nouveau-projet/issues' }, license: 'MIT', readmeFilename: 'README.md', version: '1.0.0', main: 'index.js', files: [ 'index.js', 'lib/*.js', 'bin/*.js' ], bin: { 'mon-nouveau-projet-cli': 'bin/mon-nouveau-projet-cli.js' }, dist: { shasum: '908bc9a06fa4421e96ceda243c1ee1789b0dc763', tarball: 'https://registry.npmjs.org/mon-nouveau-projet/-/mon-nouveau-projet-1.0.0.tgz' }, directories: {} }
{ name: 'my-new-project', description: 'My New Project description.', 'dist-tags': { latest: '1.0.0' }, versions: [ '1.0.0' ], maintainers: [ { name: 'Your Name', email: 'you@example.com' } ], time: { modified: '2018-01-18T09:54:09+00:00', created: '2018-01-18T09:54:09+00:00', '1.0.0': '2018-01-18T09:54:09+00:00' }, homepage: 'https://my-new-project-website.com/', keywords: [ 'cool', 'useful', 'stuff' ], repository: { url: 'https://example.com/your-username/my-new-project', type: 'git' }, contributors: [ { name: 'Your Friend', email: 'their-email@example.com', url: 'http://their-website.com' }, { name: 'Another Friend', email: 'another-email@example.com', url: 'https://another-website.org' } ], author: { name: 'Your Name', email: 'you@example.com' }, bugs: { url: 'https://github.com/you/my-new-project/issues' }, license: 'MIT', readmeFilename: 'README.md', version: '1.0.0', main: 'index.js', files: [ 'index.js', 'lib/*.js', 'bin/*.js' ], bin: { 'my-new-project-cli': 'bin/my-new-project-cli.js' }, dist: { shasum: '908bc9a06fa4421e96ceda243c1ee1789b0dc763', tarball: 'https://registry.npmjs.org/my-new-project/-/my-new-project-1.0.0.tgz' }, directories: {} }
{ name: 'my-new-project', description: 'My New Project description.', 'dist-tags': { latest: '1.0.0' }, versions: [ '1.0.0' ], maintainers: [ { name: 'Your Name', email: 'you@example.com' } ], time: { modified: '2018-01-18T09:54:09+00:00', created: '2018-01-18T09:54:09+00:00', '1.0.0': '2018-01-18T09:54:09+00:00' }, homepage: 'https://my-new-project-website.com/', keywords: [ 'cool', 'useful', 'stuff' ], repository: { url: 'https://example.com/your-username/my-new-project', type: 'git' }, contributors: [ { name: 'Your Friend', email: 'their-email@example.com', url: 'http://their-website.com' }, { name: 'Another Friend', email: 'another-email@example.com', url: 'https://another-website.org' } ], author: { name: 'Your Name', email: 'you@example.com' }, bugs: { url: 'https://github.com/you/my-new-project/issues' }, license: 'MIT', readmeFilename: 'README.md', version: '1.0.0', main: 'index.js', files: [ 'index.js', 'lib/*.js', 'bin/*.js' ], bin: { 'my-new-project-cli': 'bin/my-new-project-cli.js' }, dist: { shasum: '908bc9a06fa4421e96ceda243c1ee1789b0dc763', tarball: 'https://registry.npmjs.org/my-new-project/-/my-new-project-1.0.0.tgz' }, directories: {} }
  Github  
{ name: 'mon-nouveau-projet', description: 'Description de Mon Nouveau Projet.', 'dist-tags': { latest: '1.0.0' }, versions: [ '1.0.0' ], maintainers: [ { name: 'Votre Nom', email: 'votre_email@exemple.com' } ], time: { modified: '2018-01-18T09:54:09+00:00', created: '2018-01-18T09:54:09+00:00', '1.0.0': '2018-01-18T09:54:09+00:00' }, homepage: 'https://site-de-mon-nouveau-projet.com/', keywords: [ 'cool', 'truc', 'utile' ], repository: { url: 'https://example.com/votre-nom/mon-nouveau-projet', type: 'git' }, contributors: [ { name: 'Votre Ami', email: 'son-email@exemple.com', url: 'http://son-site-web.com' }, { name: 'Un Autre Ami', email: 'autre-email@exemple.com', url: 'https://autre-site-web.org' } ], author: { name: 'Votre Nom', email: 'votre_email@exemple.com' }, bugs: { url: 'https://github.com/vous/mon-nouveau-projet/issues' }, license: 'MIT', readmeFilename: 'README.md', version: '1.0.0', main: 'index.js', files: [ 'index.js', 'lib/*.js', 'bin/*.js' ], bin: { 'mon-nouveau-projet-cli': 'bin/mon-nouveau-projet-cli.js' }, dist: { shasum: '908bc9a06fa4421e96ceda243c1ee1789b0dc763', tarball: 'https://registry.npmjs.org/mon-nouveau-projet/-/mon-nouveau-projet-1.0.0.tgz' }, directories: {} }
{ name: 'my-new-project', description: 'My New Project description.', 'dist-tags': { latest: '1.0.0' }, versions: [ '1.0.0' ], maintainers: [ { name: 'Your Name', email: 'you@example.com' } ], time: { modified: '2018-01-18T09:54:09+00:00', created: '2018-01-18T09:54:09+00:00', '1.0.0': '2018-01-18T09:54:09+00:00' }, homepage: 'https://my-new-project-website.com/', keywords: [ 'cool', 'useful', 'stuff' ], repository: { url: 'https://example.com/your-username/my-new-project', type: 'git' }, contributors: [ { name: 'Your Friend', email: 'their-email@example.com', url: 'http://their-website.com' }, { name: 'Another Friend', email: 'another-email@example.com', url: 'https://another-website.org' } ], author: { name: 'Your Name', email: 'you@example.com' }, bugs: { url: 'https://github.com/you/my-new-project/issues' }, license: 'MIT', readmeFilename: 'README.md', version: '1.0.0', main: 'index.js', files: [ 'index.js', 'lib/*.js', 'bin/*.js' ], bin: { 'my-new-project-cli': 'bin/my-new-project-cli.js' }, dist: { shasum: '908bc9a06fa4421e96ceda243c1ee1789b0dc763', tarball: 'https://registry.npmjs.org/my-new-project/-/my-new-project-1.0.0.tgz' }, directories: {} }
{ name: 'my-new-project', description: 'My New Project description.', 'dist-tags': { latest: '1.0.0' }, versions: [ '1.0.0' ], maintainers: [ { name: 'Your Name', email: 'you@example.com' } ], time: { modified: '2018-01-18T09:54:09+00:00', created: '2018-01-18T09:54:09+00:00', '1.0.0': '2018-01-18T09:54:09+00:00' }, homepage: 'https://my-new-project-website.com/', keywords: [ 'cool', 'useful', 'stuff' ], repository: { url: 'https://example.com/your-username/my-new-project', type: 'git' }, contributors: [ { name: 'Your Friend', email: 'their-email@example.com', url: 'http://their-website.com' }, { name: 'Another Friend', email: 'another-email@example.com', url: 'https://another-website.org' } ], author: { name: 'Your Name', email: 'you@example.com' }, bugs: { url: 'https://github.com/you/my-new-project/issues' }, license: 'MIT', readmeFilename: 'README.md', version: '1.0.0', main: 'index.js', files: [ 'index.js', 'lib/*.js', 'bin/*.js' ], bin: { 'my-new-project-cli': 'bin/my-new-project-cli.js' }, dist: { shasum: '908bc9a06fa4421e96ceda243c1ee1789b0dc763', tarball: 'https://registry.npmjs.org/my-new-project/-/my-new-project-1.0.0.tgz' }, directories: {} }