All Projects → enriquecaballero → Branchsite

enriquecaballero / Branchsite

Licence: mit
CLI tool for publishing your static website to a separate branch

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Branchsite

actions-publish-gh-pages
🍣 A GitHub Action to publish static website using GitHub Pages
Stars: ✭ 12 (-81.54%)
Mutual labels:  deployment, publishing
Modclean
Remove unwanted files and directories from your node_modules folder
Stars: ✭ 309 (+375.38%)
Mutual labels:  cli, node-module
github-create-release-action
Github Action that create Github Release automatically
Stars: ✭ 28 (-56.92%)
Mutual labels:  deployment, publishing
Json 2 Csv
Convert JSON to CSV *or* CSV to JSON!
Stars: ✭ 210 (+223.08%)
Mutual labels:  cli, node-module
Carvel Kapp
kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label
Stars: ✭ 489 (+652.31%)
Mutual labels:  cli, deployment
Sequelize Auto Migrations
Migration generator && runner for sequelize
Stars: ✭ 233 (+258.46%)
Mutual labels:  cli, node-module
Tomo
A friendly CLI for deploying Rails apps ✨
Stars: ✭ 260 (+300%)
Mutual labels:  cli, deployment
Procsd
Manage your application processes in production hassle-free like Heroku CLI with Procfile and Systemd
Stars: ✭ 181 (+178.46%)
Mutual labels:  cli, deployment
Gradle Play Publisher
GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
Stars: ✭ 3,690 (+5576.92%)
Mutual labels:  publishing, deployment
Meteor Now
Instantly deploy your Meteor apps with `meteor-now`
Stars: ✭ 339 (+421.54%)
Mutual labels:  cli, deployment
Ng Tailwindcss
A CLI tool for integrating Tailwind CSS into Angular-CLI projects
Stars: ✭ 194 (+198.46%)
Mutual labels:  cli, node-module
Crowbar
Cloud Operations Platform
Stars: ✭ 760 (+1069.23%)
Mutual labels:  cli, deployment
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (+189.23%)
Mutual labels:  cli, deployment
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+290.77%)
Mutual labels:  cli, node-module
Mbt
The most flexible build tool for monorepo
Stars: ✭ 184 (+183.08%)
Mutual labels:  cli, deployment
jekyll-deploy-action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (+149.23%)
Mutual labels:  deployment, gh-pages
Pully
A simple CLI and library for downloading high quality YouTube videos!
Stars: ✭ 153 (+135.38%)
Mutual labels:  cli, node-module
Uptoc
A static file deployment tool that supports multiple platforms./ 一个支持多家云厂商的静态文件部署工具
Stars: ✭ 159 (+144.62%)
Mutual labels:  cli, publishing
Ghost Cli
CLI Tool for installing & updating Ghost
Stars: ✭ 313 (+381.54%)
Mutual labels:  cli, publishing
Solidarity
Solidarity is an environment checker for project dependencies across multiple machines.
Stars: ✭ 540 (+730.77%)
Mutual labels:  cli, node-module

branchsite

Heavily inspired by np, this provides a complimentary tool that eases the process of publishing your static files to a branch (e.g. gh-pages).

Build Status Greenkeeper badge Commitizen friendly styled with prettier semantic-release

Install

$ yarn global add branchsite

Usage

$ bs --help

    bs - CLI tool for publishing your static website to a separate branch

    USAGE

      bs

    OPTIONS

      --any-branch            Allow pushing from any branch                         optional
      --no-yarn               Don't use Yarn                                        optional
      --no-publish            Don't publish                                         optional
      --no-cleanup            Will skip the clean up stage                          optional
      --hook <hook>           NPM hook that builds your static website              optional
      --directory <path>      Directory that will be pushed to separate branch      optional
      --branch <branch>       Branch that will be used for deployment               optional

    GLOBAL OPTIONS

      -h, --help         Display help
      -V, --version      Display version
      --no-color         Disable colors
      --quiet            Quiet mode - only displays warn and error messages
      -v, --verbose      Verbose mode - will also output debug messages

Contributing

See our contributing guide to learn about our development process.

Changelog

Every release is automatically documented on the GitHub releases page using semantic-release.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].