4.0.0 • Published 4 years ago

@nhn.dev/generate_frontend_project v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Generate front-end project (3.1.0)

This cli-app use to create front-end project base on preprocessor option and use gulp to run their

Installation

You need: Node.js installed on your matching.

To install

$ npm i -g @nhn.dev/generate_frontend_project

Usage

After installing, execute the CLI

$ genproject init folder_name

This will show some preprocessor that app can create, underline is default option

genproject

Then $ cd to your new directory and run genproject --tree to see all new file and folder (optional)

tree

Run npm install or yarn install to install all packages for gulp

After install successfully, run gulp watch to see sample website. Finally, run gulp to minify and map css code to docs folder

If sample project run successfully you will see something like this:

genproject sample

Options

Create project without sample project

$ genproject init folder_name -r

Show tree when create project finish

$ genproject init folder_name -t

Other

Show help

For a list of all the commands available in the CLI

$ genproject --help

help

Show version

For current version of CLI app

$ genproject --version

Show directory tree

It show directory tree except node_modules folder

$ genproject --tree

tree

4.0.0

4 years ago

3.1.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago