skeleton-builder
v1.0.2
Published
an app skeleton builder, build app skeleton based path provided in config file
Downloads
4
Maintainers
Readme
Skeleton Builder
An app skeleton builder, build app skeleton based path provided in config file
##Prerequisite
node 4.4.3 or higher, supports es6(Just for now)
##Internal Dependencies
- nimble, small utility library
- touch, small library to create file
- mkdirp, small library to create directory
##How to Install
$npm install -g skeleton-builder
##How to use
#create a config file with all file name and folder
#example.txt
components/
---Loader.react.js
---NotificationBar.react.js
---Tweet.react.js
---Tweets.react.js
---TweetsApp.react.js
models/
---Tweet.js
#run
$skeleton-builder example.txt
##Syntax helper
Path with "/" at the end, indicates current path is directory/folder
Without "/" at the end, indicates current path is file