0.1.4 • Published 10 years ago

scaft v0.1.4

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
10 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

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago