Our great sponsors
plop | cli | |
---|---|---|
15 | 196 | |
5,995 | 31,105 | |
1.7% | 1.8% | |
7.3 | 9.6 | |
17 days ago | 5 days ago | |
JavaScript | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
plop
-
Como reduzir o "copia & cola" no seu dia a dia com Code Generators
Plop
- Is there something similar to plopjs in Go? (generate files based on configuration from templates)
-
Is this bad practice in the long run?
this allows you to import this Header component with import { Header } from 'path/Header' without Header/Header. Creating this structure manually is annoying, so one will benefit from some code generators like plop or hygen.
-
React beautiful animation reordering the list of items
plop for create a consistent templates for pages, components, etc
-
Using generators to improve developer productivity
Plop
-
Introducing ReactPlay - Learn, Create, Share ReactJS projects
ReactPlay uses PlopJS to automate the play creation. It automatically helps create the scaffolding, setting imports, and initial code structure for the creators. The creator can import the project into their favourite code editor like VS Code and start implementing the play logic. It's simple. Give it a try.
- Creando generadores (scaffolds) con Plop
-
What personal projects are you currently working on?
Code generation for common tasks (like add data field, refactorings).
-
Is there a library to programmatically modify .config.js files?
Yeah, I've been using bash + sed + json, and, more recently, plop.js.
- Anyone know of any VS Code extensions that add autocompleting?
cli
-
Winfiles - Ultimate Dev Setup for Windows 🪟🪄
Git with SSH setup — for cloning submodules, you can easily do this with the GitHub CLI by running gh auth login and selecting SSH as protocol.
-
pyaction 4.15.0 Released
GitHub CLI 2.22.0
This Docker image is designed to support implementing Github Actions with Python. As of version 4.0.0., it starts with the official python docker image as the base which is a Debian OS. It specifically uses python:3-slim to keep the image size down for faster loading of Github Actions that use pyaction. On top of the base, we've installed curl gpg, git, and the GitHub CLI. We added curl and gpg because they are needed to install the GitHub CLI, and they may come in handy anyway (especially curl) when implementing a GitHub Action.
-
Ask HN: When did GitHub replace standard Git commands with the “GitHub CLI?”
I not sure to understand bu GH CLI is a free software (MIT License). If you already use Github, there is no more proprietary software.
problem some months ago and I never bothered building it again without this.
The entire reason I have "gh" on my system is to check out PRs and to set them up so I can push to them. I use it for noting else.
I do agree it would be nicer to also add the git commands (plural!), but I suspect they just didn't because it's multiple commands to get the same experience. That is: UI reasons, not anything sinister.
> proprietary "gh cli"
It's not "proprietary": https://github.com/cli/cli/blob/trunk/LICENSE
And as you can see in the screenshots above, it's just a wrapper around some git commands. If you want to call this "proprietary" then you should also call tig, got, and other alternative interfaces to git "proprietary".
-
Show HN: I made a tool, create GitHub Repository from local directory directly
In general I would tend to agree, but have lately took a look at the gh dependencies this tool draws in today? [0]
This is not a (classic) unix cli tool, as it was some month before. Do you think anyone will be ever able to make a codereview? Like done for git [1]?
[0] https://github.com/cli/cli/blob/trunk/go.mod
[1]
You’re probably better off with gh rather than hub these days; it’s the official way forwards for CLI Github access.
-
pyaction 4.14.1 Released
GitHub CLI 2.21.2
-
How much less likely are you to use a neovim plugin if it's not hosted on github?
Then I used the GitHub CLI tool to check out the PR as a local branch.
-
pyaction: A Docker container with Python, git, and the GitHub CLI
This Docker image is designed to support implementing Github Actions with Python. As of version 4.0.0., it starts with the official python docker image as the base which is a Debian OS. It specifically uses python:3-slim to keep the image size down for faster loading of Github Actions that use pyaction. On top of the base, we've installed curl gpg, git, and the GitHub CLI. We added curl and gpg because they are needed to install the GitHub CLI, and they may come in handy anyway (especially curl) when implementing a GitHub Action.
What are some alternatives?
cobra - A Commander for modern Go CLI interactions
yeoman - Yeoman - a set of tools for automating development workflow
gh.vim - Vim/Neovim plugin for GitHub
glab - The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983
vscode-dev-containers - NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
octo.nvim - Edit and review GitHub issues and pull requests from the comfort of your favorite editor
cockroach - CockroachDB - the open source, cloud-native distributed SQL database.
dnSpy - .NET debugger and assembly editor [Moved to: https://github.com/dnSpy/dnSpy]
elvish - Elvish = Expressive Programming Language + Versatile Interactive Shell
canarytokens - Canarytokens helps track activity and actions on your network.
Cities-Skylines-heightmap-generator - A heightmap generator for Cities: Skylines
mitchellh/cli - A Go library for implementing command-line interfaces.