0.6.6 • Published 3 years ago

@prakashraman/notes v0.6.6

Weekly downloads
-
License
GNU GPLv3
Repository
-
Last release
3 years ago

@prakashraman/notes

Test Suite npm.io

A static personal blog generator which does not require an application server, and the notes can be written in markdown.

Installation

npm i --save @prakashraman/notes

How it works

There are few commands which allow complete control over the blog. Namely, setup, notes:create, publish

              _
  _ __   ___ | |_ ___  ___
 | '_ \ / _ \| __/ _ \/ __|
 | | | | (_) | ||  __/\__ \
 |_| |_|\___/ \__\___||___/

Usage: npx pr-notes command

Options:
  -h, --help      display help for command

Commands:
  setup           sets up the structure. You don't need to run this more than once
  set:title       sets the title of the homepage
  notes:create    creates a new note
  notes:list      list all the notes
  publish         publishes the notes to dist folder
  help [command]  display help for command

1. Setup the blog

npx pr-notes setup

Once run, you should see a contents folder in the root of your project. All your notes (markdown) files will reside in this project

manifest.json

This file is also created during the setup process and is the index of your blog. Do your best to not manually edit this file, however, if you plan to, just be careful.

2. Create a note

npx pr-notes notes:create

3. Publish the note

npx pr-notes publish

And that's it!

0.6.6

3 years ago

0.6.3

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.5.1

4 years ago

0.4.2

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.13

4 years ago