Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

seed-builder

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seed-builder - npm Package Compare versions

Comparing version 0.1.95 to 0.1.97

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc