Skip to content

payshares/interpayshares

Repository files navigation

interpayshares

The Interpayshares Module System is an open ecosystem of modules that aims to make it easy to build a web application on the Payshares network. This repository (interpayshares) contains a command line tool that standardizes the build process for Payshares web applications based on the module configuration.

Read the introductory blog post, get started or take a look at interpayshares-client to see the system in action.

Overview

Installation

npm install -g interpayshares

Commands

Run these commands in your project home directory:

  • interpayshares build - Builds a project
  • interpayshares develop - Builds & watch project
  • interpayshares clean - Remove temporary files and builds
  • interpayshares stroopy - Prints Stroopy

Guides

The docs directory of this git repository contains a set of development guides to help you work within the IMS.

Publishing to npm

npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease]
npm publish

npm >=2.13.0 required. Read more about npm version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published