Skip to content

Instantly share code, notes, and snippets.

View joshstevens19's full-sized avatar

Josh Stevens joshstevens19

View GitHub Profile
@joshstevens19
joshstevens19 / Web3-CLI.md
Last active December 20, 2018 18:57 — forked from nivida/Web3-CLI.md
Web3 CLI specification (draft)
These are the web3 commands:
  
  Starting with a project:
    init <--browser|--server|--server-api> [options]      Starts the setup, will then ask questions like NPM does (name of project etc).
                                                          Will create a basic web or node app for them.
    
    options: 
         --browser
         --server