Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nginxconfig.io | 26,003 | 2 months ago | 45 | mit | JavaScript | |||||
⚙️ NGINX config generator on steroids 💉 | ||||||||||
Wp Calypso | 12,302 | 168 | 49 | 19 hours ago | 29 | January 24, 2023 | 5,259 | gpl-2.0 | JavaScript | |
The JavaScript and API powered WordPress.com | ||||||||||
Wpscan | 7,794 | 21 days ago | 59 | other | Ruby | |||||
WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via [email protected] | ||||||||||
Lando | 3,826 | a day ago | 154 | gpl-3.0 | Shell | |||||
A development tool for all your projects that is fast, easy, powerful and liberating | ||||||||||
Jetpack | 1,505 | 5 | 19 hours ago | 44 | September 04, 2023 | 2,721 | other | PHP | ||
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic. | ||||||||||
Wifipumpkin3 | 1,497 | 6 days ago | 1 | apache-2.0 | Python | |||||
Powerful framework for rogue access point attack. | ||||||||||
Wp2static | 1,308 | 2 months ago | 5 | September 05, 2021 | 88 | unlicense | PHP | |||
WordPress static site generator for security, performance and cost benefits | ||||||||||
Exploits | 1,177 | 3 years ago | 7 | Python | ||||||
Miscellaneous exploit code | ||||||||||
Cmsscan | 898 | 2 years ago | 1 | gpl-3.0 | CSS | |||||
CMS Scanner: Scan Wordpress, Drupal, Joomla, vBulletin websites for Security issues | ||||||||||
Wordpress Exploit Framework | 822 | 4 years ago | 3 | October 06, 2018 | 1 | gpl-3.0 | Ruby | |||
A Ruby framework designed to aid in the penetration testing of WordPress systems. |
This is the Jetpack Monorepo. It contains source code for the different Jetpack plugins, Composer and JavaScript packages used by the plugins, and other things.
If you are not planning on developing with Jetpack, you should install Jetpack from pre-built sources. Details on that may be found on this page.
If you're interested in developing with the Jetpack monorepo, you can check out the Quick Start Guide here.
To run the Jetpack plugin from the monorepo, you'll first need to build it. To do so, follow the instructions here.
If you're using the Docker development environment, you should then be all set.
If not, you'll need to create a link to the Jetpack plugin from your WordPress wp-content/plugins
folder (you cannot clone the monorepo into your WordPress plugins directory - you will see a warning on your plugins page if so saying that the Jetpack Monorepo is not a plugin and shouldn't be installed as one). You'll need to know the filesystem path to the monorepo checkout and to your WordPress installation. Then, on Linux or Mac OS X, open a terminal and use ln -s
to create the link, something like
ln -s /path/to/jetpack-monorepo/projects/plugins/jetpack /path/to/wordpress/wp-content/plugins/jetpack
On Windows (Vista and later), open an Administrator Command Prompt window and use mklink /D
similarly.
Thank you for thinking about contributing to Jetpack! If you're unsure of anything, feel free to submit an issue or pull request on any topic. The worst that can happen is that you'll be politely directed to the best location to ask your question or to change something in your pull request. There are a variety of options for how you can help:
To clarify these expectations, Jetpack has adopted the code of conduct defined by the Contributor Covenant. It can be read in full here.
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
Jetpack is licensed under GNU General Public License v2 (or later).
Interested in working on awesome open-source code all day? Join us!