@jeremybarbet/contentful-typescript-codegen

v1.0.0
Generate TypeScript types from your Contentful environment.

prebuild

rimraf dist

build

tsc --module commonjs && rollup -c rollup.config.ts && chmod +x dist/contentful-typescript-codegen.js

commit

git-cz

format

prettier --write "**/*.ts"

format:check

npm run format -- --check

lint

tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

start

rollup -c rollup.config.ts -w

test

jest --coverage

test:ci

jest --coverage --max-workers=2 --ci

test:prod

npm run lint && npm run test -- --no-cache

test:watch

jest --coverage --watch

semantic-release

semantic-release
npm i @jeremybarbet/contentful-typescript-codegen

Metadata

  • MIT
  • >=6.0.0
  • Steven Petryk
  • released 9/4/2020

Downloads

Maintainers