Giter Site home page Giter Site logo

cemalgnlts / buldoc Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26 KB

Bulma style document generator.

Home Page: https://csb-81r2k.vercel.app/

License: MIT License

JavaScript 83.93% HTML 16.07%
bulma-css bulma-ui documentation document-generation markdown-documentation

buldoc's Introduction

Introduction

Converts Markdown files to HTML pages. It uses Bulma CSS library. It uses the showdownjs library to convert the markdown file to HTML code.

Setup

  1. Download project: git clone https://github.com/cemalgnlts/buldoc.git && cd buldoc
  2. Install: npm install -g .

Usage

To create a new document:

buldoc new [name]

Use the build command to create HTML pages.

buldoc build

Create a project called Flowers. The project will be created in the directory you are in. buldoc new flowers

Result:

flowers/
├─ docs/
│  ├─ index.md
├─ static/

Documents should be added to the docs folder.

To generate the HTML pages, in the home directory ( ./flowers or ./flowers/docs ) run: buldoc build

HTML pages are added to the static folder.

Result:

flowers/
├─ docs/
│  ├─ index.md
├─ static/
│  ├─ index.html

Online Editor

With the Online Editor, you can quickly create and download a document. Preview does not support code highlighting. After downloading the code highlighting will work.

https://csb-81r2k.vercel.app/

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.