Skip to main content

A tool to enable developers set up projects quickly

Reason this release was yanked:

This version has a bug but is fixed in version 0.1.1

Project description

Archbuilder

Archbuilder is a tool that aims to speed up the setting up of projects by creating the project directories and files from user-defined templates.

Installation

Use the package manager pip to install Archbuilder.

  pip install archbuilder

Usage

1. By using a python script
# Import the following classes
from builder import Builder, Template

# Create a template from a json file
template = Template('sass.json')

# Create the project tree from the template
project = Builder('sass', template)
project.build()
2. By using the command-line

Invoke archbuilder to create your project. Pass the name of the project as the first argument and the path to the json file as the second argument

archbuilder sass sass.json

Contributing

Contributions are always welcome!

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

archbuilder-0.1.0.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

archbuilder-0.1.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page