0.6.1 • Published 6 years ago

@lcf.vs/generics-tests v0.6.1

Weekly downloads
28
License
MIT
Repository
github
Last release
6 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

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.1

6 years ago

0.4.3

6 years ago

0.3.14

6 years ago

0.3.13

6 years ago

0.3.12

6 years ago

0.3.11

6 years ago

0.3.9

6 years ago

0.3.8

6 years ago

0.3.5

6 years ago

0.3.0

6 years ago

0.3.1

6 years ago

0.3.3

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.5

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago