0.1.3 • Published 5 years ago

casperlabsjs v0.1.3

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

CasperLabs SDK for JavaScript

How to publish to npm registry

  1. Login into the npm, run the command below in the terminal with the npm account.

    npm login
  2. Modify the package.json, to increase the version of the package.

  3. Finally, to publish the package to the npm registry, run:

    npm publish

Local development

Instead of publishing the package whenever we modify it, we can use npm link to create symbolic links.

  1. On the command line, navigate to the root directory of the project that wanna use it.
  2. Link CasperLabs SDK to the project, run:
    npm link path_to_CasperLabs_SDK

Useful links

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago