Skip to content

screepsunleashed/storage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screeps storage

This is a module for Screeps standalone server. This module provides a lokijs solution for the screeps game server.

Preparing working environments

Since the modules needed for most of the development environments are quite large, they are not included in the git repository. Please run npm install to install the necissary components

Building

To build the application for use, run npm run-script build and the built js files will reside in the local dist folder

Publishing to NPM

To publish to NPM, run the build script, then run: npm run-script publish to publish the output js and ts definition files to npm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.8%