0.1.4 • Published 10 years ago
scaft v0.1.4
SCAFT
The complete solution for node.js API documentation
Scaffolding Tool for faster WebApp Setup
Installation
npm install -g scaft
Usage
Creating a project
scaft create <my-app>Running Server
1. cd <my-app>
2. scaft serveNote: Application URL will be available in the console.
Buliding a project
scaft buildAdding a file
scaft add <js|html|css|template> <file_name>Removing a file
scaft remove <js|html|css|template> <file_name>Note: file_name can be just the file name or can include its path too. Extension is not required
Tests
Will be updated soon