@not-govuk/create-internal

0.8.6 • Public • Published

NotGovUK - Create

A project and prototype initialiser.

Using this package

Typically you would not install this package but rather call it with npx or npm init. Similar to npm init this will not initialise Git or even create a directory for you. We suggest that you set up your directory with Git and its remote before you start. For example:

mkdir MY-PROJECT
cd MY-PROJECT
git init
git remote add origin https://github.com/MY-USER/MY-PROJECT.git

Once that is set up you can run:

npm init @not-govuk

Follow the prompts to set up your new project.

Working on this package

Before working on this package you must install its dependencies using the following command:

pnpm install

Building

npm run build

Clean-up

npm run clean

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i @not-govuk/create-internal

Weekly Downloads

7

Version

0.8.6

License

MIT

Unpacked Size

1.05 MB

Total Files

15

Last publish

Collaborators

  • daniel-ac-martin