enyo-dev is a module containing tools useful for packaging and deploying Enyo applications.
Currently this module is not published to npm, thus to install it you need to have a local copy of the repository on your system. In the directory where you would like the repository (for development, not in a node_modules directory!) issue the following command:
git clone https://github.com/enyojs/enyo-dev.git && \
cd enyo-dev && \
npm linkOnce installed (linked) globally several commands will be available from the command line. For more information on how to use these commands refer to the help menu produced when you execute any of the following commands.
enyo -h
enyo-pack -h
epack -h
enyo-serve -h
eserve -h
Unless otherwise specified, all content, including all source code files and documentation files in this repository are:
Copyright (c) 2012-2015 LG Electronics
Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.