localkit

1.1.1 • Public • Published

LocalKit

LocalKit

The LocalKit CLI provides a series of utilities that can be used by web developers to enhance their workflow. Note that this CLI can be used when connected to the Internet and in offline mode for more sensitive operations.

The key features are:


Getting Started

  1. Install the CLI Globally
$ npm install -g localkit
  1. Run it with:
$ localkit

Forking Instructions

If you wish to make use of the LocaLKit CLI to perform sensitive operations, I suggest that you fork this repository and lock all dependencies in the package.json file (equivalent to using the --save-exact flag) for security reasons.

Requirements

  • GIT
  • NodeJS ^v21.0.0
  • NPM ^v10.2.0

Installation

  1. Clone the repository
$ git clone git@github.com:your-username/localkit.git
  1. Install the dependencies
$ npm install
  1. Run it
$ npm start

Deployment

$ npm publish

Built With

  • JavaScript

Running the Tests

# Unit Tests
$ npm run test:unit

# Integration Tests
$ npm run test:integration

@TODO

  • Implement the PWA Assets' Generators
  • Implement the JavaScript/Typescript/CSS file template generators

License

MIT


Acknowledgments


Sources

Readme

Keywords

none

Package Sidebar

Install

npm i localkit

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

215 kB

Total Files

40

Last publish

Collaborators

  • jesusgraterol