0.2.4 • Published 7 months ago

create-a-new-app v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

create-a-new-app

A CLI for creating your new nodejs application. Just run...

npx create-a-new-app

...and follow the prompts.

API

You can also use create-a-new-app programmatically:

import { create } from 'create-a-new-app';

await create('my-new-app', {
  name: 'my-new-app',
  type: 'server', // or 'library';
  lang: 'typescript', // or 'javascript';
  template: 'express', // or '' if type is 'library'
  prettier: false,
  eslint: false,
  lintstaged: false,
  commitlint: false,
  ghActions: false, // currently only availabe if type is 'library'
});
0.2.3

7 months ago

0.2.4

7 months ago

0.2.1

1 year ago

0.1.2

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago