s2w
v1.1.2
Published
S2W Describes the structure Of Task.
Downloads
2
Readme
What is this?
It is a set of configuration files for your projects. Choose one option. Download and put it in the root of your project folder (not in the 'markup' folder, but next to 'input' folder).
Before you can use it
First you need to install s2w
npm package.
Open command line and type npm -g install s2w
. You need to do this only once.
What next
Open your project folder, press Shift + RightClick
and run the command line. Than type s2w
.
While the magic happens, you have time to have a tea.
Really, what happens?
s2w
script will download and configure project template, create correct folder structure, install grunt plugins, run Grunt and finally open your project in browser.
Note: This Package need to be install node.js(8.11.3). On Latest Version of node.js have Some issues and some package and functions not work on latest Node. Like copySyn function not compatibility with lastest Node.js.