bootprint
Converts json into a static html page using Handlebars and Bootstrap, this repository has moved to https://github.com/bootprint/bootprint-monorepo/tree/master/packages/bootprint
File Explorer
Download Latest Version (.zip)- api.md.hbs
- overview.md.hbs
- usage.md.hbs
- custom-helper-file.js
- custom-helpers.js
- custom-partials.js
- custom-preprocessor-file.js
- custom-preprocessor.js
- custom-templates.js
- module-example.js
- api.md.hbs
- cli.md.hbs
- config.md.hbs
- configuration-schema.json.hbs
- js.md.hbs
- modules.md.hbs
- helpers.js
- bootprint-logo.svg
- bootprint.js
- api.md
- cli.md
- config.md
- configuration-schema.json
- js.md
- modules.md
- main.less
- body.html.hbs
- footer.html.hbs
- index.html.hbs
- content.yaml
- example.js
- index.html.hbs
- input.yaml
- lib1.js
- main.less
- test-module-error.js
- test-module.js
- main-spec.js
- mocha.opts
- .editorconfig
- .gitignore
- .npmignore
- .travis.yml
- CHANGELOG.md
- CONTRIBUTING.md
- index.js
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
git clone https://github.com/bootprint/bootprint
Downloads the entire project code from GitHub to your computer.
cd bootprint
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Node.js Node.js must be installed to use npm.
npm install -g bootprint
Installs the package published on the npm registry globally β no need to clone the source.
npm install -g bootprint-openapi
Installs the package published on the npm registry globally β no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easynpm install -g bootprint
Installs the package published on the npm registry globally β no need to clone the source.
npm install -g bootprint-openapi
Installs the package published on the npm registry globally β no need to clone the source.
Pulled directly from this repo's README.
