Skip to content

Heroku buildpack that moves subdirectory contents to the top level

Notifications You must be signed in to change notification settings

AppGyver/subdirectory-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Subdirectory Buildpack

This Heroku buildpack attempts to find the app from a subdirectory and moves its contents to the root level (removing other non-hidden files from the root).

The algorithm attempts to find a package.json file in either 1 or 2 levels deep subdirectory. This contents of this folder are moved to the top level.

Do not use this buildpack if do not want to extract a subdirectory, or if you have more than one directory to macth the criteria mentioned above.

To add to your app:

heroku buildpacks:add -a <appname> --index=1 https://github.com/AppGyver/subdirectory-buildpack.git

About

Heroku buildpack that moves subdirectory contents to the top level

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages