Skip to content

cpamp/new-project-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new-project-js

Install with npm i -g new-project-js

Create new Nodejs projects faster with new-project-js.
new-project-js will create a git repository, add an origin if provided, create an NPM package.json, install typescript if prompted to do so (along with a tsconfig.json), create a README.md and .gitignore, and finally add all the files to the repository and make your initial commit.

Usage

jsproj

Arguments

--typescript, -t
Indicate that this is a Typescript project.

--ts-update, -u
Indicate that this is a Typescript project and update Typescript if detected

--repository=<My_Repo>
Provide a remote repository.

About

Create a new javascript project with npm, git and other dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published