Skip to content

TheBeyondGroup/brand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brand

The Beyond Group Branding that is shown in the console in the browser developer tools.

Usage

  • Install yarn add @thebeyondgroup/brand
  • Import import logBeyondBrand from '@thebeyondgroup/brand'
  • Use logBeyondBrand()
//main.js
import logBeyondBrand from "@thebeyondgroup/brand";

logBeyondBrand();

Screenshot

Publish

In order to publish this package you must have an NPM account associated with @thebeyondgroup organization. Once you have the correct account follow the steps blow.

  1. Build /dist files using yarn build
  2. Change version in package.json to the version you want to publish & save or use npm version
  3. Run npm publish, which should prompt you to login to your NPM account (the one referred to above). Once you have done, that NPM will publish that package on the NPM registry.
  4. Commit the new version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published