0.6.0 • Published 6 years ago

@new/project v0.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@new/project

Create a basic JS project.

The package does the following:

  • Adds package.json by using npm init.
  • Adds .gitignore with entries for JS.
  • Adds readme.md that is empty.

Usage

Beware: This is a simple shell script, and has ability to overwrite files. It tries to be interactive as possible, but know what the script is doing before you decide to execute it.

Use the package with npx:

$ npx @new/project

(When using npm instead you still need npx installed)

Customize

To customize see files/, bin/, and package.json. Things to notice:

  • Everything at the base of files/ is prefixed with _, e.g. _.gitignore so the files don't conflict with source control or other tools.
  • There is a confirm prompt before the script can run.
  • You have helper vars defined at the top:
    • $SOURCE is the files/ directory of this script
    • $DEST is the directory where the files are being wrote
    • $ROOT is the package.json directory the script
  • Use npx to execute npm dependencies in your shell scripts.
  • The script should be tailored towards you, not accept a lot of inputs.

Besides this, it is simply a bash script you can use.

Extras

Also check out the projects:

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago