Skip to content

gourava29/scaft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scaffolding Tool For Web Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published