Skip to content

Commit

Permalink
Merge pull request #7 from fioprotocol/feature/npm_publishing_documen…
Browse files Browse the repository at this point in the history
…tation

updating documentation - publishing to npm
  • Loading branch information
ericbutz authored Apr 30, 2020
2 parents 5e90986 + 0a9143c commit 6404dfc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ Make sure to install typescript by running, this command in terminal:

sudo npm install -g typescript

# Publishing to Node Package Manager (npm)
To publish to npm.
1. Update the version number, for this release. In 'package.json'
2. Publish to npm:

cd fiosdk_typescript
yarn
tsc
npm test
npm publish --access public

Further details:
http://npmjs.com/
https://docs.npmjs.com/creating-and-publishing-scoped-public-packages

# Using the SDK

# Import if installing manually
Expand Down

0 comments on commit 6404dfc

Please sign in to comment.