npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@theuybv/deploy-ui-server-package

v1.2.0

Published

Gulp tasks script for deploying React Application UI and Node Server together and serve as 1 deployable Docker instance. This instance is deployed to Heroku via heroku:container push and heroku:container release.

Downloads

42

Readme

deploy-ui-server-package

Gulp tasks script for deploying React Application UI and Node Server together and serve as 1 deployable Docker instance. This instance is deployed to Heroku via heroku:container push and heroku:container release.

Required envs:

Heroku API key is needed to do heroku CLI stuffs (Account Settings)

  • HEROKU_API_KEY

BitBucket OAuth integrated applications related

  • BITBUCKET_OAUTH_KEY
  • BITBUCKET_OAUTH_PRIVATE

BitBucket OAuth 2.0

  • BITBUCKET_OAUTH_REFRESH_TOKEN

Which branch is pushed to CI?

  • CI_BRANCH (default set by CodeShip, omitted in CI context)

The name of HEROKU APP you which to create (Account Settings)

  • APP_NAME (try to prefix it with business label e.b. beton-)

oclif Version Downloads/week License

Usage

$ npm install -g @theuybv/deploy-ui-server-package
$ deploy-ui-server-package COMMAND
running command...
$ deploy-ui-server-package (-v|--version|version)
@theuybv/deploy-ui-server-package/1.2.0 darwin-x64 node-v12.14.0
$ deploy-ui-server-package --help [COMMAND]
USAGE
  $ deploy-ui-server-package COMMAND
...

Commands

deploy-ui-server-package deploy

Gulp tasks script for deploying React Application UI and Node Server together and serve as 1 deployable Docker instance.

USAGE
  $ deploy-ui-server-package deploy

OPTIONS
  -h, --help                                                     show CLI help
  -v, --version                                                  show CLI version

  --APP_NAME=APP_NAME                                            (required) The name of HEROKU APP you which to create
                                                                 (Account Settings) (try to prefix it with business
                                                                 label e.b. 'beton-'

  --BITBUCKET_OAUTH_KEY=BITBUCKET_OAUTH_KEY                      (required) [BitBucket OAuth integrated applications
                                                                 related](https://bitbucket.org/account/user/%7B4e80d35c
                                                                 -0d52-40fb-aa4e-ce81b2ff2d18%7D/api)

  --BITBUCKET_OAUTH_PRIVATE=BITBUCKET_OAUTH_PRIVATE              (required) [BitBucket OAuth integrated applications
                                                                 related](https://bitbucket.org/account/user/%7B4e80d35c
                                                                 -0d52-40fb-aa4e-ce81b2ff2d18%7D/api)

  --BITBUCKET_OAUTH_REFRESH_TOKEN=BITBUCKET_OAUTH_REFRESH_TOKEN  (required) [BitBucket OAuth integrated applications
                                                                 related](https://bitbucket.org/account/user/%7B4e80d35c
                                                                 -0d52-40fb-aa4e-ce81b2ff2d18%7D/api)

  --CI_BRANCH=CI_BRANCH                                          (required) (default set by CodeShip, ommitted in CI
                                                                 context)

  --HEROKU_API_KEY=HEROKU_API_KEY                                (required) (https://dashboard.heroku.com/account) is
                                                                 needed to do heroku CLI stuffs (Account Settings)

  --HEROKU_WORKFLOW_NAME=HEROKU_WORKFLOW_NAME                    (required) [default: concrete-apps-workflow] The name
                                                                 of the heroku workflow to trigger a step in the
                                                                 pipeline

  --ORGANIZATION_NAME=ORGANIZATION_NAME                          (required) [default: theuybv] The slug name of the
                                                                 organization bitbucket account

  --SERVER_FOLDER_PATH=SERVER_FOLDER_PATH                        [default:
                                                                 /Users/theuylimpanont/Development/JBM/deploy-ui-server-
                                                                 package/SERVER]

  --SERVER_REPO_NAME=SERVER_REPO_NAME                            (required) [default: concrete-plant-graphql-server] The
                                                                 name of repo of the back-end server project

DESCRIPTION
  Gulp tasks script for deploying React Application UI and Node Server together and serve as 1 deployable Docker 
  instance.
       This instance is deployed to Heroku via heroku:container push and heroku:container release.

deploy-ui-server-package json2env

Convert json config file in to key=value .env file

USAGE
  $ deploy-ui-server-package json2env

OPTIONS
  -h, --help                       show CLI help
  -v, --version                    show CLI version
  --configFilePath=configFilePath  [default: /Users/theuylimpanont/Development/JBM/deploy-ui-server-package/config.json]
  --json=json
  --outputFilePath=outputFilePath  [default: /Users/theuylimpanont/Development/JBM/deploy-ui-server-package/.env]