fewu-cli
v1.0.12
Published
Command line interface of fewu.
Readme
Fewu Command line interface
This is a tool that makes using fewu more easier.
The basic fewu (>3.3.4) operations are only generating website and live server. This package is splited from fewu (3.2.3) that support initialize, quickwrite and other operations not included in core fewu.
Usage
npm i fewu-cli # Install package
npx fewu --init # Do initialization
npx fewu --new "My first post" source/posts/my-first-post.md -c MyArticles -t FirstOfAll
npm i # Install dependencies for theme
npx fewu --server # Generate and startup local server.The default initialization includes:
- A markdown renderer plugin
- A default theme
- A simple quickstart in posts
