@bygd/crosswords-loader
v1.16.1
Published
Crosswords feeds loader
Downloads
69
Readme
Crosswords loader
Goal
Load crosswords feeds from providers
Getting started
- Clone the repository
git clone [email protected]:web/crosswords/loader.git
- Switch to that repo
cd loader
How to install
- Install npm packages
npm install
How to build
- Build
npm run build
How to deploy / publish to npm
- Make sure you have the popper access rights to the npm module: https://www.npmjs.com/package/@sgorg/crosswords-loader. Most SBS members will be able to provide you access.
- Make sure you are logged into the npm account that has the access rights, you can login using
npm login
- Add your changes to the
CHANGELOG.md
under "## [Unreleased]" - Merge your changes into master
- npm version (major|minor|patch)
- git push origin master
- git push -u origin --tags
- npm run build
- npm publish