Skip to content
/ package-template Public template

🔧 JS template for building packages and apps at 5app

Notifications You must be signed in to change notification settings

5app/package-template

Repository files navigation

Package Template

Known Vulnerabilities CircleCI

This is a template for starting new JS projects at 5app.

What now

  1. Run npm init to configure ./package.json.
  2. You also need to manually update ./package.json for name, version and description and all repository links.
  3. Implement tests!
  4. Give https://github.com/orgs/5app/teams/ci write access to the repo.
  5. Replace this file with real information about your package.
  6. Write your code and commit/push.
  7. Configure in Circle CI.

For packages to be posted to NPM

  1. Remove the setting private: true from ./package.json. This protects accidentally publishing to npm. If you want to publish to npm then this will prevent it until removed.

Notes

  1. Changelog will be automatically populated during CI process.

About

🔧 JS template for building packages and apps at 5app

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published