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

seed-builder

Package Overview
Dependencies
Maintainers
0
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seed-builder

Code generator library

  • 0.8.10
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-65.79%
Maintainers
0
Weekly downloads
 
Created
Source

Seed Builder

Table of content

  • Description
  • Installation
  • How to use
  • References

Description

Seed-builder is a code generator library to facilitate the creation of boilerplate code required by django & reactjs applications such as model definitions, CRUD automation, server connections and graphql implementations.

Installation

To Install the latest stable version.

npm install -g seed-builder

How to use

To create or update seed-builder autogenerated files

seed-builder

It automatically detect the project settings described in SeedManifest.json and update or create the required files

Extend modules

In case of extend the functionality of autogenerated resources, use seed-builder extend command, example:

  • To extend the functionality of a Django model
seed-builder extend -m model:<model_name>

Scaffolding generation

In case of require scaffolding for ease file generation, use seed-builder scaffolding command

  • To scaffolding a new reactjs component
seed-builder scaffolding -m nav/navbar

It will create a scaffold with components/nav/Navbar.js, views/nav/Navbar.js

References

For more information about modules, extensions or specific information about each platform, check their respective documentation

FAQs

Package last updated on 23 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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