0.1.6 • Published 2 years ago

slack-notification0.1.0 v0.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Example Code

const versioning = require('slack_notification')
const version = require('./versioning.config')

const result = versioning.letsNotificationSubTeam({
    version: 123,
    channelId: 'C0....',
    botToken: 'xoxb...',
    siningSecret: 'bc9...',
    byIds: ['team-dev','....'],
    target: process.argv[2] || '',
    tagTo: ['team-tester','....'],
    descUrl: ['https://www.example.com.....', "...."]
})

console.log('version ==> ', result,  process.argv[2])

Enjoy

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago