@quartz/teams

3.0.8 • Public • Published

Teams

npm version

This repo contains team information and metadata to assist in building integrations, e.g., a Slack bot.

const { dev } = require( '@quartz/teams' );

const janesSlackUserId = dev
	.find( user => 'jane' === user.githubUsername )
	.slackUserId;

Updating NPM modules

This repo is published as a scoped NPM module: @quartz/teams

When you make updates to NPM modules, you will need to update the version of the package, publish it, then update the dependency in projects that use it.

You probably want to do steps 1-3 and include step 4 in your pull request.

  1. Make sure you have an NPM account and it has been added to the @quartz organization.

  2. Log in to NPM: npm login

  3. Update the package version:

    cd /path/to/my-package
    npm version [patch|minor|major]
    
  4. Commit the version change.

  5. Make sure everything is correct! There is no undo!

  6. Publish the new version: npm publish

  7. Update the dependency in projects that use the package, e.g.:

    cd /path/to/my-project-that-uses-my-package
    npm update --save-dev my-package@1.0.1
    

Readme

Keywords

none

Package Sidebar

Install

npm i @quartz/teams

Weekly Downloads

1

Version

3.0.8

License

ISC

Unpacked Size

3.12 kB

Total Files

3

Last publish

Collaborators

  • acornsquash
  • itsjustbrian
  • itjhai-qz
  • ramesh-kumar
  • adamhooper
  • quartzthings