1.0.1 • Published 6 years ago
@puncsky/pipeline v1.0.1
Pipeline: publishing posts to social networks and chatbots
Purposes:
- User Acquisition
- SEO
A simplistic typescript boilerplate using babel, tslint, ava, and CircleCI.
nvm use 10.15.1
npm install
# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.jsGet your credentials from Twitter Developer.
consumerKey TODO,
consumerSecret: TODO,
accessTokenKey: TODO,
accessTokenSecret: TODOTelegram
Get your bot token from BotFather.
botToken: TODO,
channelId: TODOGet your access token from Pinterest Developers
access_token: TODOScripts
To run a single test case, follow instructions here.
npm run build: build source code fromsrctodistnpm publish: publish code to npmnpm run changelog-patchbump version patch (bug fixes)npm run changelog-minorbump version minor (new features)npm run changelog-majorbump version major (breaking change)