Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvorb/node-pub
javascript command line blog engine
https://github.com/pvorb/node-pub
Last synced: about 1 month ago
JSON representation
javascript command line blog engine
- Host: GitHub
- URL: https://github.com/pvorb/node-pub
- Owner: pvorb
- License: mit
- Created: 2011-12-20T13:10:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-16T17:32:38.000Z (almost 13 years ago)
- Last Synced: 2024-09-14T10:42:05.100Z (2 months ago)
- Language: JavaScript
- Homepage: search.npmjs.org/#/pub
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE.mkd
Awesome Lists containing this project
README
# pub
A command line tool for customizable content management## Installation
`npm install -g pub`
## Configuration
See [node-pub-conf](//github.com/pvorb/node-pub-conf).
## Usage
Write some article into a file.
Publish it:
pub add hello-world.mkd
## Bugs and Issues
If you encounter any bugs or issues, feel free to open an issue at
[github](//github.com/pvorb/node-pub/issues).## License
This package is licensed under the
[MIT license](http://vorb.de/license/mit.html).