Frontend develop helper for frontend development
An Angular schematic for adding prettier
Simple tool to append the build number to the package.json for a development release
AI-powered git commit message generator using Cerebras fast inference. Analyzes your changes and suggests smart commit messages.
Simple bash utility that makes git easy to use
Email plugin for the Reaction API
Simple addition multiplication substraction division repository
 
A fetcher for git-hosted packages
ShipCheck CLI — security scanner for vibe-coded apps. Plain English. No jargon.
A simple modal that ensures accessibility and stack order context appropriately
a simple picker for swatches, icons, etc.
Neoflex Icon
Utilities for testing babel plugins
Adds a Git hook in your project and replace common used words in git commit messages with emojis based on the [Gitmoji list](https://github.com/carloscuesta/gitmoji). Then just use `:docker:`, `:feature:`, `:docs:`, ... in your commit messages.
A powerful library for interacting with the Discord API
```js 1. npm run build 2. 修改package.json的版本号 3. git add . && git commit -m "xxx" && git push origin main 4. git tag v0.1.0(v + package.json的版本号) 5. git push origin v0.1.0(v + package.json的版本号) ``` ## 组件使用方法一 > 直接复制包内所有内容,自己来适配vite配置 > 可以减少依赖包, 自定义比较好 ## 组
Base JS ESLint configuration used by Wolox
A powerful CLI tool to summarize git commits with rich visual feedback.
Reference: https://developers.google.com/style/quotation-marks
Shops plugin for the Reaction API
Notifications plugin for the Reaction API
Utilities for obtaining the git diff status of files in a repository.
git remote add origin https://github.com/piyushswain/react-rails-pagination.git # Sets the new remote for the local repo git add . git commit -m 'Initial Commit' git push -u origin main # Pushes the changes to the remote repository