2.0.0 • Published 3 years ago

create-twik-project v2.0.0

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

Create JavaScript Project

Set up a JavaScript project by running one command.

Before you start, you need to globally install create-js-project via npm or yarn:

npm i -g create-js-project

yarn global add create-js-project

Then, follow these 3 simple steps:

  1. Create a project, optionally providing a project-name for your project:
create-js-project [project-name]

npm init js-project [project-name]
  1. Answer the questions, such as your project's name and desired template.
  2. Wait until the installation is complete and start coding!
1.1.0

3 years ago

1.0.0

3 years ago

2.0.0

3 years ago

1.3.0

3 years ago

1.0.1

3 years ago