generator-agen
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

agen

a simple generator mostly for bootstrapping react and express apps

Installation

NPM

npm i -g yo generator-agen

Yarn

yarn global add yo generator-agen

Usage

yo agen

And that's basically it!

Templates

  1. React (Parcel)
    .
    ├── src
    │   ├── components
    │   │   └── App.tsx
    │   ├─── state
    │   │   └── index.ts
    │   ├── index.html
    │   ├── index.tsx
    │   └── parcel.d.ts
    ├── .env
    ├── .env.example
    ├── tsconfig.json
    └── package.json
    
  2. Express
    .
    ├── src
    │   ├── app.ts
    ├── typings
    │   └── environment.d.ts
    ├── .env
    ├── .env.example
    ├── tsconfig.json
    └── package.json
    
  3. Simple node app
    .
    ├── src
    │   └── index.jss
    └── package.json
    

Readme

Keywords

Package Sidebar

Install

npm i generator-agen

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

33.7 kB

Total Files

58

Last publish

Collaborators

  • antony1060