jchef

0.9.2 • Public • Published

jchef

jchef is a tool for generate a simple HTML, Javascript or Typescript projects

Install

$ npm i -g jchef

Usage

Simple site

$  jchef --site HelloWorld

Result:

├── .
│   └── HelloWorld
│       ├── index.html
│       ├── index.js
│       └── style.css

Typescript project (Webpack + Jest)

$  jchef --tslib HelloWorld

Result:

├── .
│   └── HelloWorld
│       ├── src
│       │       ├── helpers.ts
│       │       └── index.ts
│       ├── test
│       │       └── helpers.test.ts
│       ├── package.json
│       ├── tsconfig.json
│       └── webpack.config.js

Package Sidebar

Install

npm i jchef

Weekly Downloads

0

Version

0.9.2

License

ISC

Unpacked Size

14.4 kB

Total Files

15

Last publish

Collaborators

  • m1sha