JIT
Creating a client project code generator
Client project code generator

You can run the generator with:

  • node src/index.js new my-app --template vanilla
  • node src/index.js new my-react-app --template react --force
Updated files
v1
Portfolio website code generator

Run example:

  • node src/index.js new my-portfolio --template minimal
Updated files
v2