seed-builder
Advanced tools
Comparing version 0.1.95 to 0.1.97
{ | ||
"name": "seed-builder", | ||
"version": "0.1.95", | ||
"version": "0.1.97", | ||
"description": "Seed builder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Seed builder | ||
This repository holds the source code of the **seed project builder** for the development of a **Django api & React web** . | ||
This repository holds the source code of the **seed builder** for the generation of a **Django api & React web** . | ||
@@ -10,3 +10,3 @@ ## Installation: | ||
```bash | ||
$ npm install -g seed-builder | ||
npm install -g seed-builder | ||
``` | ||
@@ -16,15 +16,20 @@ | ||
- Build project | ||
- Build a project | ||
```bash | ||
$ seed-builder build -i SeedManifest.json | ||
seed-builder | ||
``` | ||
- Export modules | ||
- Build a project with specific params | ||
```bash | ||
$ seed-builder export -i SeedManifest.json -m views:__all__ | ||
seed-builder build -i ./settings/SeedManifest.json | ||
``` | ||
- Export modules (override) | ||
```bash | ||
seed-builder export -i SeedManifest.json -m views:__all__ | ||
``` | ||
- Show help | ||
```bash | ||
$ seed-builder -h | ||
seed-builder -h | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33
7604750