0.1.0 • Published 3 years ago

@wisersolutions/package-seed v0.1.0

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

package-seed

Default setup for a JavaScript library package

Use

Create a new folder where you want to start a new package or check out a new, empty repository. Run the following from that folder:

npx @wisersolutions/package-seed

This will seed the new package with the default setup. Package description should either be added manually or using the -d command-line option.

Note: The seed data expects the package to be hosted under the WiserSolutions GitHub organization. If that's not the case, make sure to replace all instances of that label in the seeded sources.

Development

Install

Install dependencies using:

npm install

Develop

After you modify sources, run the following (or set up your IDE to do it for you):

  • format the code using npm run format
  • lint it using npm run lint
  • test it using npm test

and fix the errors, if there are any.

Publish

Publishing is done in two steps:

  1. Create a new version tag and push it to the repository:
    npm version <patch|minor|major>
    git push --follow-tags
  2. Build and publish the new version as a npm package:
    npm publish --access public
0.1.0

3 years ago

0.0.29

4 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago