@servant/servant-data
v1.0.14
Published
Servant data definition module.
Downloads
19
Maintainers
Readme
Servant data module
Quick references: Command line, Node API, servant.json, dev-server
What is it?
Data module for Servant that contains files definitions for used files. In this module there are helper methods for loading
npm's package.json
, Servant definition file servant.json
, typescript definition file .tsconfig
, generator for webpack
definition javascript file webpack.config.js
and manipulating with .gitignore
file.
- package.json as
PackageJson
namespace is used for manipulating withpackage.json
file - servant.json as
ServantJson
namespace is used for manipulating with Servant definition fileservant.json
- tsconfig.json as
TsConfig
namespace for loading.tsconfig
file for typescript - webpack.config.js as
WebpackConfig
namespace for loading of webpack definition javascript filewebpack.config.js
- .gitignore as
GitIgnore
namespace for loading.gitignore
file and manipulating with content