1.2.1 â€Ē Published 2 years ago

create-fw v1.2.1

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

CREATE-FW 🊓

Light framework generator for your JS projects 🊓

🧰 ESModules?

⚠ïļ Create-FW does not generate CommonJS projects since it is a non-standard technology at the time of creation of the tool. Therefore all the generated projects will be using ESModules.


Create-fw can be used in different ways.

Fetch from remote

By using one of the following commands:

Package managerCommand
npmnpm init fw
npxnpx create-fw
yarnyarn create fw

Install

It is also possible to install the package globally and run it using the create-fw command.

Install the package

Package managerCommand
npmnpm install -g create-fw
yarnyarn global add create-fw

Then run the command

create-fw

TemplateDescription
BasicStarts a project with a personaliced package.json file
TypeScriptCreates a project for working with TS
JestCreates a project and configures Jest
TS + JestCreates a TS project and configures Jest
ReactCreates a React app (Runs create-react-app)

📁 Create in folder

You can specify a folder name were the project will be started:

yarn create fw myApp

Generates a folder named "myApp" and starts there the project.

🧰 Package manager

By default the CLI uses the package manager used for invoking the command:

    👉 `yarn create fw` - Uses yarn

    👉 `npm init fw` / `npx create-fw` - Uses npm

ðŸ’Ą You can use some flags to change this

  • --yarn: forces the CLI to use yarn as package manager

    npm init framework-generator --yarn # will use yarn
  • --npm: forces the CLI to use npm as package manager

    yarn create fw --npm # will use npm

ðŸ’Ļ Fast mode (default options)

The -y flag sets all commands as default. It works like the -y flag in npm init or yarn init: creates the project without asking about personalization to the user.

1.2.1

2 years ago

1.2.0

3 years ago

1.2.1-beta.1

3 years ago

1.2.0-beta.2

3 years ago

1.1.0

3 years ago

1.1.0-beta.8

3 years ago

1.1.0-beta.7

3 years ago

1.2.0-beta.1

3 years ago

1.1.0-beta.2

3 years ago

1.1.0-beta.1

3 years ago

1.1.0-beta.6

3 years ago

1.1.0-beta.5

3 years ago

1.1.0-beta.4

3 years ago

1.1.0-beta.3

3 years ago

0.0.1-alpha.3

3 years ago

0.0.1-alpha.2

3 years ago

0.0.1-alpha.1

3 years ago

0.0.1-alpha.0

3 years ago