1.12.1 • Published 4 years ago

template-test v1.12.1

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

Requirements

Quick start

# Clone the repository
$ git clone https://github.com/eveble/eveble-boilerplate.git <YOUR_PROJECT_NAME>
# Go into the repository
$ cd <YOUR_PROJECT_NAME>
# Run setup
$ npm run setup
  1. Setup script will install dependencies, clean the template for new project and set new project details. Please remember to define homepage url during setup that MUST be pointing to the documentation on Github Pages: https://_username_.github.io/_package-name_/

  2. Set Github repository Secrets for Github Actions:

  • NPM_TOKEN - Secret generated in npm's Auth Tokens
  • PROJECT_KEY_PATTERN - Pattern matching project key used by issue tracking software(i.e. like FOO-13), for example:
[a-zA-Z0-9_]{3}-[\d]+
  • TICKET_URL - URL that points out to issue tracking software like: https://jira.yourdomain.com/browse/
  1. Ensure that branch gh-pages is set for Github Pages.
  2. Ensure that LICENSE file is updated to appropriate one.
  3. Ensure that private projects are not released publicly by accident.

Now what?

If you're curious to learn more about template, continue on to the best practices.

Please note that the current state of documentation is not meant for beginners. It will be improved in next revisions.

1.12.1

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.9.11

4 years ago

1.9.10

4 years ago

1.9.9

4 years ago

1.9.8

4 years ago

1.9.7

4 years ago

1.9.6

4 years ago

1.9.5

4 years ago

1.9.4

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.8.0

4 years ago

1.7.5

4 years ago

1.7.4

4 years ago

1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.4.2

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago