We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm sure you already noticed, but there is already a package called Genesis in Package Control.
Two packages cannot have the same name, so I would recommend GenesisWP Snippets.
The complete steps to add to Package Control are available here, but there are a ton of steps there. In simple:
repository/g.json
The JSON you would need to add (in alphabetical order) is something like this:
{ "name": "GenesisWP Snippets", "details": "https://github.com/srikat/Genesis", "labels": [ "Genesis", "GenesisWP", "snippets" "StudioPress", "WordPress" ], "releases": [ { "sublime_text": "*", "tags": true } ] }
You will have to use Git Tags to make a new updates appear. The tag names need to follow Semantic Versioning.
If you need any help doing this, let me know.
The text was updated successfully, but these errors were encountered:
Thanks Scott. I have submitted a pull request.
http://d.pr/i/2CK1
Sorry, something went wrong.
It looks like it's on hold for being so similar to another Genesis Package. I wonder if this could be combined with @jtallant's package.
wbond/package_control_channel#4238
Hi Scott, please consider adding it to packagecontrol. Sridhar's code is unique and quite helpful for Genesis developers. Thanks,
No branches or pull requests
I'm sure you already noticed, but there is already a package called Genesis in Package Control.
Two packages cannot have the same name, so I would recommend GenesisWP Snippets.
The complete steps to add to Package Control are available here, but there are a ton of steps there. In simple:
repository/g.json
file to include this package.The JSON you would need to add (in alphabetical order) is something like this:
You will have to use Git Tags to make a new updates appear. The tag names need to follow Semantic Versioning.
If you need any help doing this, let me know.
The text was updated successfully, but these errors were encountered: