Giter Club home page Giter Club logo

cli-3's Introduction

jsonsite

The CLI version of JSONsite.

If you want to know more about JSONsite, please see the GitHub repo.

This

Installation

npm i jsonsite -g

Commands

As of 1.2.0, The jsonsite package has been split into two commands: jsonsite-gen and jsonsite-local.

jsonsite-gen will give you a sample JSON site for you. Example:

jsonsite-gen

Really, thats it, just answer the prompts. Configure your JSON file after the prompts are done and then host the output file on something like GitHub Gists, then look at CONTRIBUTING.md on how to add the JSON to the registry

jsonsite-local will generate the HTML file locally, but it does not come with stuff like the service workers, caching, etc.

jsonsite-local -i site.json -o output.html -t default.njk
  • The -i flag the input JSON file. It is not a URL, rather a local file, unlike the regular version which uses a URL. Defaults to site.json
  • The -o flag is the output HTML file. JSONsite will save your SPA to the specified file. Defults to output.html
  • The -t flag is the template file. If the template file specified is default.njk, then it will get the template from http://jsonsite.github.io/templates/default.njk. You can submit a template here.

If you want to view this anytime, you can run jsonsite -h.

cli-3's People

Contributors

aboutdavid avatar trentwiles avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.