Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@inmanlabs/core

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inmanlabs/core

MIT Licensed library for core models, components, services, and utilities used across Inmanlabs.

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Inmanlabs Core Library

MIT Licensed library for core models, components, services, and utilities used across Inmanlabs.

Package and Deploy to Repo

Package:

yarn package

Login:

npm login

Publish:

npm publish /inmanlabs/workspace/inman-commons/inman-angular/core-lib/dist/core/inmanlabs-core-v*.tgz --access public

To Bootstrap Future Projects

To bootstrap new lib project:

ng new core-lib --create-application=false
cd core-lib
ng generate library core --prefix=inm
ng generate application core-tester

Add to package.json (under "scripts"):

{
  "ng": "ng",
  "start": "ng serve",
  "build": "ng build core",
  "copy_license": "cp ./LICENSE ./dist/core",
  "copy_readme": "cp ./README.md ./dist/core",
  "copy_files": "npm run copy_license && npm run copy_readme",
  "package": "ng build core && yarn copy_files && cd dist/core && yarn pack",
  "publish": "npm publish /inmanlabs/workspace/inman-commons/inman-angular/core-lib/dist/core/inmanlabs-core-v*.tgz --access public",
  "test": "ng test",
  "lint": "ng lint",
  "e2e": "ng e2e"
}

In "inner" package.json, add organization name to package name:

"@inmanlabs/core"

Add LICENSE file to top directory. Update README to reflect library content.

FAQs

Package last updated on 13 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc