2.3.5 • Published 9 months ago

identity-scaffold v2.3.5

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

identity-scaffold

A typeScript web development resources creator for nodeJs. creating the 4 main CRIU operations endpoints and admin-bro resource for admin panel.

How to install

npm i identity-scaffold

Getting Started

const scaffold = require('identity-scaffold');

const modelName = "User";
const attributes = "name, string, true; photo, string, false";
const projectRootDirectory = "../src"

scaffold.createResource(modelName, attributes, projectRootDirectory);

Features

Supported Data types

  • string
  • number
  • boolean
  • MODEL_NAME (to reference for another model in the project )
// Assuming that there is another model in the system named User
// There is an example for the different supported types
// There third option refers required, it could be either true or false
// attribute format: "Name, Type, Required"
const attributes = "name, string, true; photo, string, false; userId, User, true; amount, number, true";
1.4.6

10 months ago

1.2.8

11 months ago

1.4.5

10 months ago

1.2.7

11 months ago

1.4.4

10 months ago

1.2.6

11 months ago

1.4.3

10 months ago

1.2.5

11 months ago

1.4.2

10 months ago

1.2.4

11 months ago

1.4.1

10 months ago

1.2.3

11 months ago

1.4.0

10 months ago

1.2.2

11 months ago

1.2.1

11 months ago

2.2.1

9 months ago

2.0.3

10 months ago

2.2.0

9 months ago

2.0.2

10 months ago

2.2.3

9 months ago

2.0.5

10 months ago

2.2.2

9 months ago

2.0.4

10 months ago

2.2.5

9 months ago

2.2.4

9 months ago

2.2.7

9 months ago

2.2.6

9 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.3.9

10 months ago

1.3.8

10 months ago

1.3.7

10 months ago

1.3.6

10 months ago

1.3.5

10 months ago

1.3.4

10 months ago

1.3.3

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

2.3.0

9 months ago

2.1.2

10 months ago

2.1.1

10 months ago

2.3.2

9 months ago

2.1.4

10 months ago

2.3.1

9 months ago

2.1.3

10 months ago

2.3.4

9 months ago

2.1.6

9 months ago

2.1.5

10 months ago

2.3.5

9 months ago

2.1.7

9 months ago

2.1.0

10 months ago

2.2.9

9 months ago

2.2.8

9 months ago

1.4.9

10 months ago

1.4.8

10 months ago

1.4.10

10 months ago

1.4.7

10 months ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago