npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

auto-publish-github

v1.1.2

Published

cli for help me to automate github

Downloads

216

Readme

Auto Publish GitHub CLI

auto-publish-github est un outil en ligne de commande (CLI) conçu pour automatiser le processus de création d’un nouveau dépôt GitHub et le transfert de vos fichiers locaux vers un dépôt distant. Cet outil simplifie la gestion des dépôts GitHub, rendant la configuration et la publication de votre code rapides et faciles.


🚀 Fonctionnalités

  • Initialisation de Dépôt : Créez un nouveau dépôt GitHub directement depuis la ligne de commande.
  • Fichier .gitignore Personnalisé : Générez un fichier .gitignore et sélectionnez facilement les fichiers ou dossiers à exclure.
  • Publication Automatisée : Poussez votre projet local vers le dépôt GitHub nouvellement créé en une seule commande.

🛠 Installation

Pour installer auto-publish-github globalement, exécutez :

npm install -g auto-publish-github

🔧 Utilisation

1. Initialiser l’Outil

Démarrez le processus d’automatisation avec la commande suivante :

npx auto-publish-github init

2. Authentification GitHub

L’outil vous demandera vos informations d’authentification GitHub. Après l’authentification, il créera un dépôt basé sur les informations que vous fournissez.

3. Configurer .gitignore

Sélectionnez les fichiers ou dossiers que vous souhaitez ignorer dans votre dépôt GitHub.

4. Publier Votre Projet

Une fois le dépôt créé et configuré, auto-publish-github effectuera le commit initial et poussera votre projet local vers GitHub.


🖥 Exemple de Commande

npx auto-publish-github init

Cette commande :

  1. Crée un nouveau dépôt GitHub.
  2. Génère un fichier .gitignore basé sur vos choix.
  3. Ajoute vos fichiers, effectue un commit, et les pousse vers le dépôt distant.

💡 Pourquoi Utiliser auto-publish-github ?

  • Gain de Temps : Automatise plusieurs étapes en un seul flux de travail.
  • Facile à Prendre en Main : Simplifie la configuration et la gestion des dépôts GitHub.
  • Personnalisable : Permet de sélectionner facilement les fichiers à ignorer.

📧 Support

Si vous rencontrez des problèmes ou avez des questions, contactez-nous à :

Email : [email protected]


📄 Licence

Ce projet est sous licence MIT License.


🌟 Contributions

Nous accueillons les contributions avec plaisir ! N’hésitez pas à nous envoiyer un email sur Email : [email protected]

🔗 Liens


Simplifiez votre flux de travail GitHub avec auto-publish-github ! 🎉