1.6.0 • Published 5 years ago

@andremont0101/newproject.js v1.6.0

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

David GitHub GitHub package.json version npm npm npm

newprojectjs

Table of Contents

NewProject.JS

A small Node.JS CLI script that automatically creates a new project, package.json, index.js and README.md files for you, initializes an empty Git repository and adds a neat .gitignore file!

Features

Currently, NewProject.JS has a small set of features, that, with multiple updates, could be expanded

  • Create a new directory
    • Create an index.js, package.json and README.md files inside the directory
    • Open Visual Studio Code after creating the directory and files
  • Initializes an empty Git repository
    • Adds a .gitignore file ignoring /node_modules and /.vs
  • Self updating feature
    • You can update NewProject.js by running newproject-update
      • !! Only works on versions counting from 1.5.0 !!
      • Updates the package easily, and without all that messy NPM output!
      • Makes the operator task easier, making updates faster and better

Usage

Run npm i -g @andremont0101/newproject.js\ Use NewProject.JS by running the CLI script inside the directory where you want to make the project with newproject and typing the desired project name when prompted (cannot contain spaces otherwise VSCode will open individual files per each space and not actually the directory.)

Changelog

1.6.0

  • You can now update NewProject.JS by running newproject-update
  • Updated updater.checkForUpdate()
  • Fixing an issue with the new self updater running automatically (not intended)
  • Fixing issues with the self updater
  • Fixed a missing shebank and missing link for the newproject-update
  • Ran outta 1.5.x versions
1.6.0

5 years ago

1.5.9

5 years ago

1.5.8

5 years ago

1.5.7

5 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago