-
Notifications
You must be signed in to change notification settings - Fork 6
CLI Tools
Writefully comes with 3 CLI Tools you can use
wf-app new [app-name]
Will generate a writefully based rails app for you pre-configured to get you started right away.
wf-write new post [content-name]
Will generate a new content for you and setup the structure with the metadata file and all that jazz. You can change the post
to anything. It will depend on what model you used in your app as the content model. If you use a class Article
you will need to use wf-write new article [content-name]
to generate the content for you.
The wf-write
command should be called from the content directory you cloned from github
bin/writefully start config/writefully.yml
This command should be called from your rails app. It will boot the writefully instance for you. In production you can use the -d
flag to daemonize the process.
Writefully was created at Codemy.net