0.1.4 • Published 8 years ago

scaft v0.1.4

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
8 years ago

SCAFT

npm version NPM Downloads Gitter

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 serve

Note: Application URL will be available in the console.

Buliding a project

scaft build

Adding 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