Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.65 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.65 KB

Scaffolder CLI

Build Status PyPI version Snapcraft snap Join the chat at https://gitter.im/scaffolder/cli

Interactive command line tool for rapid prototyping and automatic code generation used for creating full-stack web, mobile, TV and other apps. It can be used to create wire-frames as well, by utilizing any existing frontend or backend framework. It can generate boilerplate skeleton for your app according to strict rules and naming conventions for the files and folders been used. Trough a simple and easy interface it creates multiple YAML files according to Scaffolder DSL and based on it generates all the code and configuration files in a predefined directory tree.

Installation

sudo -H pip install scaffolder or sudo snap install --edge scaffolder --devmode

Usage

scaffolder create project

scaffolder add app

scaffolder build

scaffolder run

Uninstall

sudo -H pip uninstall scaffolder

Contributing

  1. Fork the project.
  2. Commit your changes.
  3. Create a new pull request on GitHub.

Contributors

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2015 Scaffolder and contributors.