/djangular-cli

Djangular-Cli is a command-line tool to enable you to dive into existing Django / Angular projects or create from scratch.

Primary LanguagePython

PyPI - License GitHub contributors GitHub last commit Snyk Vulnerabilities for GitHub Repo Libraries.io dependency status for GitHub repo PyPI - Downloads

DJANGULAR-CLI

DJANGULAR-CLI aim to bring DJANGO and ANGULAR together with ease.
This is for developers that intend on using Django as a back-end to their Angular app. The methodology to using this client is to build a complete front-env application in angular and build it to Django static to serve a single application.

example

IMPORTANT

THIS PROJECT IS STILL IN DEVELOPMENT!

Pypi

Version

PyPI

TODO:

  • Clean-up of code
  • Add sister package support for DJANGULAR-SERVE
  • Fix venv bugs
  • Add more style

Getting Started

Ensure you have the following prerequisites on your machine.

Prerequisites

Node.js
npm
Angular-Cli

Installing

It is best to install DJANGULAR-CLI globally.

pip install djangular-cli
or
pip3 install djangular-cli

To start a session, run:

djangular -g start

Usage

Current commands in DJANGULAR-CLI.

Start client            : djangular -g start

Quick commands:
New Django project      : djangular - g django
New Angular project     : djangular -g angular
New Virtualenv          : djangular -env new
Activate Virtualenv     : djangular -env activate
Git Clone               : djangular -gc clone
Build Angular to Django : djangular -srv .... [In development for sister package DJANGULAR-SERVE

Deployment

Built With

Contributing

Open to contributions.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • PyInquirer