1.0.17 • Published 3 years ago
@equippedcoding/appfactory-cli v1.0.17
AppfactoryJS CLI
Command line tool to manage AppfactoryJS framework
Installing
To install run
npm install "@equippedcoding/appfactory-cli"Getting Started
Create a new appfactoryJS project
appfactory create --dir "directory_name" --title "App Title"To update appfactory files - probably want to save files in case of issues on update
appfactory updateCreate a plugin
appfactory create --plugin (starts prompt)Remove and restore a plugin
appfactory plugin --remove pluginName
appfactory plugin --restore pluginNameCreate a prototype class
appfactory add --class "pluginId className" Add new component
appfactory add --component "pluginId themeName componentName" Create a CSS file
appfactory plugin --css "pluginId themeName cssFileName" Create a new theme
appfactory plugin --theme "pluginId themeName"Change plugin theme
appfactory plugin --changeTheme "pluginId themeName"Authors
- Joseph Mitchell
License
This project is licensed under the MIT License - see the LICENSE.md file for details