Jump to content

Sharing on GitHub


Recommended Posts

I think we have another thread on the forum about it. The answer is “no”. If even us — who are the ones who share the most Workflows and share ideas — don’t have a common directory structure, there’s little chance a “recommended” method would emerge.


But if you’re undecided about which directory structure to use, we can discuss it. If I shared one Workflow per repo, I’d do it the way I do for my standalone apps, like Fog: on the root have an app or source directory which contains what is necessary to build the project (i.e. the code people will use), and everything else on the root are support files and directories, such as documentation.

Link to comment

I have one workflow per repo so I can use GitHub releases for updates.

 

Fundamentally, I have a subdirectory with the actual workflow contents (that I can symlink or copy to Alfred’s workflow directory).

 

In the case of scripting languages, this is called “src”,  and I have the README, licence and probably the built workflow in the repo root.

 

In the case of compiled languages (Go in my case), the “build” subdirectory is what gets linked to Alfred’s workflow directory. The top-level contains code and build scripts (as is normal with Go).

Link to comment
5 hours ago, deanishe said:

I have one workflow per repo so I can use GitHub releases for updates.

 

Fundamentally, I have a subdirectory with the actual workflow contents (that I can symlink or copy to Alfred’s workflow directory).

 

In the case of scripting languages, this is called “src”,  and I have the README, licence and probably the built workflow in the repo root.

 

In the case of compiled languages (Go in my case), the “build” subdirectory is what gets linked to Alfred’s workflow directory. The top-level contains code and build scripts (as is normal with Go).

 

I adopted your folder structure. Btw, I also created a workflow for your script to symlink/install workflows. It's awesome.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...