@dotnetcarpenter/firefund-cli
v0.6.0
Published
Command Line Interface (CLI) for Firefund development scripts
Downloads
32
Readme
firefund-cli
Command Line Interface (CLI) for Firefund development scripts
List of commands:
assets
: Copy dependencies found in bower.json to a directory specified as first argumentserver
: Starts an ecstatic server and uses livereload to watch the directory given as the first argumentcss
: Passes commands to postcss but prepend them with --use lost and --use cssnext
Transpiling
Includes babel. All js files are saved with the .es6
extension.
You can auto transpile what has changed by running make -j
. You need to have make installed on your system.