4.0.2 • Published 9 hours ago

create-ps v4.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 hours ago

create-ps

create-ps is a CLI tool which helps you to create the foundations for an NPM package, saving you time from creating new files and folders.

NPM Weekly Downloads NPM version License Kofi Post

You can view a video demo of running create-ps here.

Why?

It saves time. I don't want to repeatedly create new files that I know I'm going to want to make every time I want to make a new package. Toggling which files I want and don't want makes this faster than manually creating the files and folders.

Installation

npm install -g create-ps

Getting Started

!TIP To create a .mjs (ESM/EcmaScript) file and use import statements, run the command with the --esm flag.

  • Navigate to the directory you are going to create your package in.

  • Run cps <packageName> in the working directory of the package folder, replacing <packageName> with the name of your package.

  • Select which files you'd like to include and exclude.

Commands

CommandDescriptionAliases
cps pkg-configAdds/customises different fields in your package.json. For the license field, see here for correct identifiers. You can also configure existing an existing package.json.N/A

License

©️ 2024 · Licensed under the MIT License. See here for more information.

4.0.2

9 hours ago

4.0.1

6 days ago

4.0.0

7 days ago

3.0.2

14 days ago

3.0.1

19 days ago

3.0.0

20 days ago

2.3.0

24 days ago

2.2.0

1 month ago

2.1.1

1 month ago

2.1.0

1 month ago

2.0.2

2 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.2.0

3 months ago

1.1.0

3 months ago

1.0.0

3 months ago