Slide 5
Slide 5 text
Step 3: Create a OneScript Project
$ php vendor/bin/nether-onescript create www/share/jquery \
--outfile=jquery-et-al.js \
--files=jquery.min.js
This will create the the share/jquery/onescript.json file which defines the project.
In this file you will see jquery.min.js listed in the main Files array, which it will pull from the src directory.
You will also see the libs directory listed in the Directories array, which it will find in the src directory. It will
search the libs directory for all files with the .js file extension, as foretold by the Extensions array in the
project file.