The complete solution for node.js API documentation
Scaffolding Tool for faster WebApp Setup
npm install -g scaft
scaft create <my-app>
1. cd <my-app>
2. scaft serve
Note: Application URL will be available in the console.
scaft build
scaft add <js|html|css|template> <file_name>
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
Will be updated soon