0.6.1 • Published 4 years ago

@lcf.vs/generics-tests v0.6.1

Weekly downloads
28
License
MIT
Repository
github
Last release
4 years ago

@lcf.vs/generics-tests

@lcf.vs/generics tests repository

Install

git clone https://github.com/Lcfvs/generics-tests

cd generics-tests

npm i --save-dev

Building

1# Create your knex migrations

Example

./migrations/{name}.js

2# Run your migrations

npm run latest

3# Describe your table & columns, based on generics W3C parsers

(values must be strings)

Example

./lib/entities/{name}/defs/table.js

4# Create your hooks

Example

./lib/entities/{name}/defs/hooks.js

5# Create your routes

Example

./lib/entities/{name}/defs/routes.js

6# Link them all to an entity module

Example

./lib/entities/{name}/{name}.js

7# Link the entity module to the entities module

Example

./lib/entities/entities.js

8# Add your tests

Example

./tests/test.js

9# Test it

npm test

License

MIT

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.1

4 years ago

0.4.3

4 years ago

0.3.14

4 years ago

0.3.13

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.5

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.3.3

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.5

4 years ago

0.1.19

4 years ago

0.1.18

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago