0.0.13 • Published 4 months ago

dzuelu-projen v0.0.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months 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

4 months ago

0.0.13

4 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago