Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

EthJS Template

A node.js script for creating an Ethjs style module.

Installation

npm install -g replace
npm install -g ethjs-template

Usage

ethjs-template ETHJS_MODULE_TO_CLONE NEW_MODULE_NAME

Example:

ethjs-template ethjs-signer ethjs-your-module-name

This will create a folder named your-module-name in the current folder, clone and install ethjs-signer inside of it, change all the names to your module's name, install the dependencies, and then run npm init to ask you about any other changes to make.

It's very simple, but enough to get going with this fairly complicated but reliable module format.

About

A script for initializing a new JS module in the ethjs format.

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.