0.0.13 • Published 1 year ago

dzuelu-projen v0.0.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

dzuelu-projen

A projen config that will setup repos easily and how I like them to be.

How to install

First run the following to get the repo setup correctly.

npx projen new typescript
yarn add dzuelu-projen --dev

Then modify .projenrc.ts to use dzuelu-projen

import { DzueluTypeScriptProject } from 'dzuelu-projen';

const project = new DzueluTypeScriptProject({
  defaultReleaseBranch: 'main',
  name: 'discord-bot'
});

project.synth();

Rerun npx projen and you should be all set!

0.0.12

1 year ago

0.0.13

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago